forked from Gitlink/forgeplus
fix structure.sql
This commit is contained in:
parent
244c1b865a
commit
b524111ae6
|
@ -55,7 +55,8 @@ CREATE TABLE `applied_contests` (
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Table structure for applied_messages
|
-- Table structure for applied_messages
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
DROP TABLE IF /home/qyzh/datadict.txtpplied_messages`;
|
-- DROP TABLE IF /home/qyzh/datadict.txtpplied_messages`;
|
||||||
|
DROP TABLE IF EXISTS `applied_messages`;
|
||||||
CREATE TABLE `applied_messages` (
|
CREATE TABLE `applied_messages` (
|
||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`user_id` int(11) DEFAULT NULL,
|
`user_id` int(11) DEFAULT NULL,
|
||||||
|
|
Loading…
Reference in New Issue