zBIPmodel3_model_summaries
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | summary_id | bigint | PRI | NO | - | - |
| 2 | model_name | varchar(80) | MUL | NO | - | - |
| 3 | model_date | date | - | YES | - | - |
| 4 | summary_json | longtext | - | NO | - | - |
| 5 | created_by | varchar(120) | - | YES | - | - |
| 6 | created_at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | summary_id |
| ix-zBIPmodel3-summary-model | No | model_name, created_at |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |