feat: license信息添加用户数/基站数字段记录
This commit is contained in:
@@ -8,9 +8,10 @@ CREATE TABLE "ne_license" (
|
||||
"ne_id" text(32) NOT NULL,
|
||||
"activation_request_code" text(255) NOT NULL,
|
||||
"license_path" text(255),
|
||||
"capability" integer,
|
||||
"serial_num" text(32),
|
||||
"expiry_date" text(32),
|
||||
"ue_number" integer,
|
||||
"nb_number" integer,
|
||||
"status" text(32),
|
||||
"remark" text(255),
|
||||
"create_by" text(50),
|
||||
@@ -32,4 +33,4 @@ ON "ne_license" (
|
||||
-- ----------------------------
|
||||
-- Records of ne_license
|
||||
-- ----------------------------
|
||||
INSERT INTO "ne_license" VALUES (1, 'OMC', '001', '', '', 0, '', '', '0', '', 'system', 1713928436971, '', 0);
|
||||
INSERT INTO "ne_license" VALUES (1, 'OMC', '001', '', '', '', '', 0, 0, '0', '', 'system', 1713928436971, '', 0);
|
||||
|
||||
Reference in New Issue
Block a user