change
Former-commit-id: 3fe44307ee0118db78b80a21d0aa209e709e0d7d
This commit is contained in:
parent
7412a7cef0
commit
b3c7a9fb4d
|
@ -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`)
|
||||
|
|
Loading…
Reference in New Issue