aids
fgt
This commit is contained in:
parent
f775ddc61b
commit
9660580f95
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ CREATE TABLE IF NOT EXISTS `autonomous` (
|
|||
`parameters` longtext NOT NULL,
|
||||
`autolink` int(11) NOT NULL DEFAULT '-1',
|
||||
`linkrespond` tinyint(1) NOT NULL DEFAULT '1',
|
||||
`timeout` bigint(20) NOT NULL,
|
||||
`torandomness` bigint(20) NOT NULL,
|
||||
`timeout` bigint(20) NOT NULL DEFAULT 1,
|
||||
`torandomness` bigint(20) NOT NULL DEFAULT 1,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue