zAR_DRR_procedures

efacdb_full ยท Custom/model/helper tables
Back to EFACS Browser
Type
BASE TABLE
Rows est.
3
Size
0.06 MB
Updated
-

Columns

Full schema, no data mutation.
#NameTypeKeyNullableDefaultComment
1procedure_idintPRINO--
2procedure_namevarchar(255)UNINO--
3database_namevarchar(100)-NOefacdb_full-
4descriptiontext-YES--
5schedule_typeenum('manual','weekly','daily','monthly')MULYESmanual-
6schedule_configjson-YES--
7is_activetinyint(1)MULYES1-
8created_attimestamp-YESCURRENT_TIMESTAMP-
9updated_attimestamp-YESCURRENT_TIMESTAMP-

Indexes

NameUniqueColumns
PRIMARYYesprocedure_id
procedure_nameYesprocedure_name
idx_is_activeNois_active
idx_schedule_typeNoschedule_type

Foreign Keys

EFACS has few enforced keys; many relationships are conventional.
ColumnReferences
No enforced foreign keys found for this table.