#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',
|
||||
`border_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,
|
||||
`linked_layout_node_id` INT NOT NULL DEFAULT 0,
|
||||
`linked_layout_status_type` ENUM ('default', 'weight', 'service') DEFAULT 'default',
|
||||
|
|
Loading…
Reference in New Issue