remove database schema auto_increment
This commit is contained in:
parent
a5731aa32d
commit
9e86c3e977
@ -39,7 +39,7 @@ CREATE TABLE `user` (
|
|||||||
`ctime` timestamp NOT NULL DEFAULT current_timestamp(),
|
`ctime` timestamp NOT NULL DEFAULT current_timestamp(),
|
||||||
`mtime` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
`mtime` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
||||||
PRIMARY KEY (`uid`)
|
PRIMARY KEY (`uid`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user