fix: 修复ne_info表判断导致删除
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Table structure for ne_info
|
-- Table structure for ne_info
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
DROP TABLE IF NOT EXISTS "ne_info";
|
CREATE TABLE IF NOT EXISTS "ne_info" (
|
||||||
CREATE TABLE "ne_info" (
|
|
||||||
"id" integer NOT NULL,
|
"id" integer NOT NULL,
|
||||||
"ne_type" text(32) NOT NULL,
|
"ne_type" text(32) NOT NULL,
|
||||||
"ne_id" text(32) NOT NULL,
|
"ne_id" text(32) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user