#11446 Fix create table

This commit is contained in:
miguel angel rasteu 2023-06-02 13:05:15 +02:00
parent c1dd5d39c5
commit 6c4ee040ff
1 changed files with 1 additions and 1 deletions

View File

@ -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',