Fields (8)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| translation_key | varchar(255) | NO | NULL | ||
| value | longtext | NO | NULL | ||
| author | varchar(255) | NO | NULL | ||
| snippet_set_id | binary(16) | NO | MUL | NULL | |
| custom_fields | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.snippet_set_id_translation_key | snippet_set_id,translation_key | Yes |