mv_refresh_control

1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('mv_refresh_control_id_seq'::regclass)
name varchar 2147483647 null
last_run varchar 2147483647 null
cooldown int4 10 null
created_by int4 10 null
pegawai.id mv_refresh_control_created_by_fkey R
created_at timestamp 29,6 now()
updated_by int4 10 null
pegawai.id mv_refresh_control_updated_by_fkey R
updated_at timestamp 29,6 now()
deleted_by int4 10 null
deleted_at timestamp 29,6 null
deleted_reason text 2147483647 ''::text

Indexes

Constraint Name Type Sort Column(s)
mv_refresh_control_pkey Primary key Asc id
idx_mv_refresh_control_name Must be unique Asc name

Relationships