Browse Source

tianjia version biao

lgy 6 years ago
parent
commit
70f1727927
1 changed files with 5 additions and 0 deletions
  1. 5 0
      application/common/versionsql/createversion

+ 5 - 0
application/common/versionsql/createversion

@@ -0,0 +1,5 @@
+CREATE TABLE if not exists `version` (
+  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `version` varchar(255) DEFAULT NULL,
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;