mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#11446 Fix create table
This commit is contained in:
parent
c1dd5d39c5
commit
6c4ee040ff
@ -3696,7 +3696,7 @@ CREATE TABLE IF NOT EXISTS `tlayout_template_data` (
|
|||||||
`label_position` VARCHAR(50) NOT NULL DEFAULT 'down',
|
`label_position` VARCHAR(50) NOT NULL DEFAULT 'down',
|
||||||
`border_color` VARCHAR(200) DEFAULT '',
|
`border_color` VARCHAR(200) DEFAULT '',
|
||||||
`fill_color` VARCHAR(200) DEFAULT '',
|
`fill_color` VARCHAR(200) DEFAULT '',
|
||||||
`recursive_group` TINYINT NOT NULL DEFAULT '0' AFTER `fill_color`,
|
`recursive_group` TINYINT NOT NULL DEFAULT '0',
|
||||||
`show_statistics` TINYINT NOT NULL DEFAULT 0,
|
`show_statistics` TINYINT NOT NULL DEFAULT 0,
|
||||||
`linked_layout_node_id` INT NOT NULL DEFAULT 0,
|
`linked_layout_node_id` INT NOT NULL DEFAULT 0,
|
||||||
`linked_layout_status_type` ENUM ('default', 'weight', 'service') DEFAULT 'default',
|
`linked_layout_status_type` ENUM ('default', 'weight', 'service') DEFAULT 'default',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user