Fields (8)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| template | longtext | NO | NULL | ||
| path | varchar(1024) | NO | MUL | NULL | |
| active | tinyint(1) | NO | NULL | ||
| app_id | binary(16) | NO | MUL | NULL | |
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL | ||
| hash | varchar(32) | YES | NULL |
Indexes (3)
| Name | Columns | Unique |
|---|---|---|
| fk.template.app_id | app_id | No |
| idx.template.path | path | No |
| PRIMARY | id | Yes |