# | Column Name | Nullable | Data Type | Max Length | Description |
---|---|---|---|---|---|
1 | menu_locale_id | integer | 0 | The primary key of this table, which is also a serial field. | |
2 | menu_id | integer | 0 | ||
3 | culture | character varying | 12 | ||
4 | menu_text | character varying | 250 |
# | Column Name | Key Name | References |
---|---|---|---|
2 | menu_id | menu_locale_menu_id_fkey | core.menus.menu_id |
Index Name | Owner | Access Method | Definition | Description |
---|---|---|---|---|
menu_locale_pkey | postgres | btree | menu_locale_id | |
menu_locale_menu_id_culture_uix | postgres | btree | menu_id lower(culture::text) |
Constraint Name | Description |
---|
# | Column Name | Default |
---|---|---|
1 | menu_locale_id | nextval('core.menu_locale_menu_locale_id_seq'::regclass) |
Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
---|