change
Former-commit-id: 47ccc5dce928453e1fac9c1036094e6a03c6cde7
This commit is contained in:
parent
3f41561628
commit
7412a7cef0
|
@ -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