Explorar el Código

1、添加theme字段到sys_domain“

huangrf hace 6 años
padre
commit
ab16ac2743
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      light-apiengine.xml

+ 1 - 0
light-apiengine.xml

@@ -505,6 +505,7 @@
             <column isNull="false" name="domain_url" caption="网址" type="string" size="200" dbtype="varchar(200)"/>
             <column isNull="false" name="login_url" caption="登录页" type="string" size="200" dbtype="varchar(200)"/>
             <column isNull="false" name="index_url" caption="首页" type="string" size="200" dbtype="varchar(200)"/>
+            <column isNull="true" name="theme" caption="样式" type="string" size="50" dbtype="varchar(50)"/>
             <column name="type" caption="域类型" type="int32"/>
             <column name="status" caption="状态 0:禁用   1:正常" type="int32"/>
             <column isNull="false" name="sync_flag" caption="是否同步了数据库标志" type="int32"/>