Former-commit-id: 3fe44307ee0118db78b80a21d0aa209e709e0d7d
This commit is contained in:
marcos.alconada 2019-03-29 13:38:36 +01:00
parent 7412a7cef0
commit b3c7a9fb4d
1 changed files with 1 additions and 1 deletions

View File

@ -1989,7 +1989,7 @@ CREATE TABLE IF NOT EXISTS `tnetflow_report_content` (
`date` bigint(20) NOT NULL default '0',
`period` int(11) NOT NULL default 0,
`max` int (11) NOT NULL default 0,
`show_graph` varchar(60)
`show_graph` varchar(60),
`order` int (11) NOT NULL default 0,
PRIMARY KEY(`id_rc`),
FOREIGN KEY (`id_report`) REFERENCES tnetflow_report(`id_report`)