Fix init script
This commit is contained in:
parent
28c21366d5
commit
0232d928af
@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS `log` (
|
||||
`log_remote_ip` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||||
`log_remote_port` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||||
`log_start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`log_end_time` timestamp NOT NULL DEFAULT NULL,
|
||||
`log_end_time` timestamp NULL DEFAULT NULL,
|
||||
`log_received` float NOT NULL DEFAULT '0',
|
||||
`log_send` float NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`log_id`),
|
||||
|
Loading…
Reference in New Issue
Block a user