Update pandoradb.sql

This commit is contained in:
Enrique Camargo 2017-11-15 16:08:38 +01:00
parent 02670bef03
commit 8d42f7fec1

View File

@ -1356,6 +1356,8 @@ CREATE TABLE IF NOT EXISTS `tlayout_data` (
`border_color` varchar(200) DEFAULT "", `border_color` varchar(200) DEFAULT "",
`fill_color` varchar(200) DEFAULT "", `fill_color` varchar(200) DEFAULT "",
`show_statistics` tinyint(2) NOT NULL default '0', `show_statistics` tinyint(2) NOT NULL default '0',
`id_layout_linked_weight` int(10) NOT NULL default '0',
`element_group` int(10) NOT NULL default '0',
`show_on_top` tinyint(1) NOT NULL default '0', `show_on_top` tinyint(1) NOT NULL default '0',
PRIMARY KEY(`id`) PRIMARY KEY(`id`)
) ENGINE = InnoDB DEFAULT CHARSET=utf8; ) ENGINE = InnoDB DEFAULT CHARSET=utf8;