0.0.1-SNAPSHOT
wangbing 4 years ago
parent 90c8a1cd06
commit fa4be5d125

@ -0,0 +1,24 @@
-- ----------------------------
-- Table structure for NEW_TABLE - 默认对象
-- Target : SQLite
-- Author : wangbing
-- Date: : 2021-02-04
-- ----------------------------
CREATE TABLE IF NOT EXISTS CONF_NEW_TABLE (
"ID" BIGINT PRIMARY KEY NOT NULL,
"CONF_TITLE" VARCHAR(50) NOT NULL,
"CONF_NOTE" VARCHAR(50),
"CONF_PORT" VARCHAR(50) NOT NULL,
"CONF_PATH" VARCHAR(50) NOT NULL,
"CONF_TYPE" VARCHAR(50) NOT NULL,
"CONF_LOCATION" VARCHAR(50),
"CONF_VALID" VARCHAR(50) NOT NULL,
"CONF_ARG" VARCHAR(50),
"ROW_VERSION" BIGINT NOT NULL,
"IS_DELETED" BOOLEAN NOT NULL,
"CREATE_BY" BIGINT NOT NULL,
"CREATE_TIME" DATETIME NOT NULL,
"LAST_UPDATE_BY" BIGINT,
"LAST_UPDATE_TIME" DATETIME
);

@ -0,0 +1,23 @@
-- ----------------------------
-- Table structure for NEW_TABLE - 默认对象
-- Target : SQLite
-- Author : wangbing
-- Date: : 2021-02-04
-- ----------------------------
CREATE TABLE IF NOT EXISTS CONF_NEW_TABLE (
"ID" BIGINT PRIMARY KEY NOT NULL,
"CONF_TITLE" VARCHAR(50) NOT NULL,
"CONF_NOTE" VARCHAR(50),
"CONF_PORT" VARCHAR(50) NOT NULL,
"CONF_PATH" VARCHAR(50) NOT NULL,
"CONF_TYPE" VARCHAR(50) NOT NULL,
"CONF_LOCATION" VARCHAR(50),
"CONF_VALID" VARCHAR(50) NOT NULL,
"CONF_ARG" VARCHAR(50),
"ROW_VERSION" BIGINT NOT NULL,
"IS_DELETED" BOOLEAN NOT NULL,
"CREATE_BY" BIGINT NOT NULL,
"CREATE_TIME" DATETIME NOT NULL,
"LAST_UPDATE_BY" BIGINT,
"LAST_UPDATE_TIME" DATETIME
);

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project author="wangbing" database="SQLite" domain="xyz.wbsite" frame="基础框架" name="nginx-admin" needAsync="false" needEMail="false" needMonitor="false" needMoreDB="false" needWadmin="false" note="Nginx动态管理">
<modules>
<module name="ADMIN" needGenerate="true" note="配置模块" prefix="CONF_">
<table ajax="true" api="false" create="true" delete="true" find="true" get="false" html="true" methods="[]" msvr="false" pageAdd="true" pageDel="true" pageExp="true" pageImp="true" search="false" sys="true" tableComment="默认对象" tableName="NEW_TABLE" update="true">
<field defaultValue="" fieldComment="主键" fieldLength="0" fieldName="ID" fieldType="Long" isLike="false" isMust="true" isPrimaryKey="true" isQuery="false" isSearch="false" isSystem="true" isUnique="false"/>
<field defaultValue="NULL" fieldComment="配置标题" fieldLength="50" fieldName="CONF_TITLE" fieldType="String_var50" isLike="true" isMust="true" isPrimaryKey="false" isQuery="true" isSearch="false" isSystem="false" isUnique="true"/>
<field defaultValue="NULL" fieldComment="配置备注" fieldLength="50" fieldName="CONF_NOTE" fieldType="String_var50" isLike="true" isMust="false" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="false" isUnique="false"/>
<field defaultValue="NULL" fieldComment="配置端口" fieldLength="50" fieldName="CONF_PORT" fieldType="String_var50" isLike="false" isMust="true" isPrimaryKey="false" isQuery="true" isSearch="false" isSystem="false" isUnique="false"/>
<field defaultValue="NULL" fieldComment="配置路径" fieldLength="50" fieldName="CONF_PATH" fieldType="String_var50" isLike="true" isMust="true" isPrimaryKey="false" isQuery="true" isSearch="false" isSystem="false" isUnique="false"/>
<field defaultValue="NULL" fieldComment="配置类型" fieldLength="50" fieldName="CONF_TYPE" fieldType="Select" isLike="false" isMust="true" isPrimaryKey="false" isQuery="true" isSearch="false" isSystem="false" isUnique="false"/>
<field defaultValue="NULL" fieldComment="配置地址" fieldLength="50" fieldName="CONF_LOCATION" fieldType="String_var50" isLike="true" isMust="false" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="false" isUnique="false"/>
<field defaultValue="NULL" fieldComment="是否启用" fieldLength="50" fieldName="CONF_VALID" fieldType="String_var50" isLike="false" isMust="true" isPrimaryKey="false" isQuery="true" isSearch="false" isSystem="false" isUnique="false"/>
<field defaultValue="NULL" fieldComment="配置参数" fieldLength="50" fieldName="CONF_ARG" fieldType="String_var50" isLike="false" isMust="false" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="false" isUnique="false"/>
<field defaultValue="" fieldComment="行版本" fieldLength="0" fieldName="ROW_VERSION" fieldType="Long" isLike="false" isMust="true" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="true" isUnique="false"/>
<field defaultValue="0" fieldComment="是否已删除" fieldLength="0" fieldName="IS_DELETED" fieldType="Boolean" isLike="false" isMust="true" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="true" isUnique="false"/>
<field defaultValue="" fieldComment="创建用户" fieldLength="0" fieldName="CREATE_BY" fieldType="Long" isLike="false" isMust="true" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="true" isUnique="false"/>
<field defaultValue="NULL" fieldComment="创建时间" fieldLength="0" fieldName="CREATE_TIME" fieldType="Date" isLike="false" isMust="true" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="true" isUnique="false"/>
<field defaultValue="" fieldComment="最后更新用户" fieldLength="0" fieldName="LAST_UPDATE_BY" fieldType="Long" isLike="false" isMust="false" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="true" isUnique="false"/>
<field defaultValue="" fieldComment="最后更新时间" fieldLength="0" fieldName="LAST_UPDATE_TIME" fieldType="Date" isLike="false" isMust="false" isPrimaryKey="false" isQuery="false" isSearch="false" isSystem="true" isUnique="false"/>
</table>
</module>
</modules>
</project>
Loading…
Cancel
Save

Powered by TurnKey Linux.