|
@@ -0,0 +1,856 @@
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
+<dataSource name="MySQL - rst@localhost">
|
|
|
|
+ <database-model serializer="dbm" rdbms="MYSQL" format-version="2.6">
|
|
|
|
+ <schema id="1" name="rst">
|
|
|
|
+ <visible>1</visible>
|
|
|
|
+ </schema>
|
|
|
|
+ <schema id="2" name="999"/>
|
|
|
|
+ <schema id="3" name="999_back"/>
|
|
|
|
+ <schema id="4" name="cate"/>
|
|
|
|
+ <schema id="5" name="information_schema"/>
|
|
|
|
+ <schema id="6" name="mysql"/>
|
|
|
|
+ <schema id="7" name="performance_schema"/>
|
|
|
|
+ <schema id="8" name="prasystemdb"/>
|
|
|
|
+ <schema id="9" name="rat"/>
|
|
|
|
+ <schema id="10" name="sakila"/>
|
|
|
|
+ <schema id="11" name="sonar"/>
|
|
|
|
+ <schema id="12" name="sys"/>
|
|
|
|
+ <schema id="13" name="test"/>
|
|
|
|
+ <schema id="14" name="world"/>
|
|
|
|
+ <table id="15" parent="1" name="tb_rst_filter_change_logs"/>
|
|
|
|
+ <table id="16" parent="1" name="tb_rst_order_deferred"/>
|
|
|
|
+ <table id="17" parent="1" name="tb_rst_order_info"/>
|
|
|
|
+ <table id="18" parent="1" name="tb_rst_order_item"/>
|
|
|
|
+ <table id="19" parent="1" name="tb_rst_order_pay_type"/>
|
|
|
|
+ <table id="20" parent="1" name="tb_rst_order_rent_type"/>
|
|
|
|
+ <table id="21" parent="1" name="tb_rst_order_source"/>
|
|
|
|
+ <table id="22" parent="1" name="tb_rst_product_color"/>
|
|
|
|
+ <table id="23" parent="1" name="tb_rst_product_info"/>
|
|
|
|
+ <table id="24" parent="1" name="tb_rst_product_type"/>
|
|
|
|
+ <table id="25" parent="1" name="tb_rst_sys_admin"/>
|
|
|
|
+ <table id="26" parent="1" name="tb_rst_sys_admin_pocess"/>
|
|
|
|
+ <table id="27" parent="1" name="tb_rst_sys_menu"/>
|
|
|
|
+ <table id="28" parent="1" name="tb_rst_sys_menu_permisssion"/>
|
|
|
|
+ <table id="29" parent="1" name="tb_rst_sys_sub_menu"/>
|
|
|
|
+ <column id="30" parent="15" name="logs_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="31" parent="15" name="logs_order_id">
|
|
|
|
+ <comment>订单号</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="32" parent="15" name="logs_filter_type">
|
|
|
|
+ <comment>滤芯类型</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="33" parent="15" name="logs_status">
|
|
|
|
+ <comment>状态 0:取消;1:更换申请中;2:更换中;3:驳回;4:已发货;5:已完成;</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="34" parent="15" name="logs_send_time">
|
|
|
|
+ <comment>发货时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="35" parent="15" name="logs_post_num">
|
|
|
|
+ <comment>快递单号</comment>
|
|
|
|
+ <data-type>varchar(30)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="36" parent="15" name="logs_post_firm">
|
|
|
|
+ <comment>快递公司</comment>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="37" parent="15" name="logs_address_info">
|
|
|
|
+ <comment>详细地址</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(100)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="38" parent="15" name="logs_address_tel">
|
|
|
|
+ <comment>收件人电话</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="39" parent="15" name="logs_address_name">
|
|
|
|
+ <comment>收件人姓名</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(30)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="40" parent="15" name="logs_accomplish_time">
|
|
|
|
+ <comment>完成时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="41" parent="15" name="logs_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="42" parent="15" name="logs_reback">
|
|
|
|
+ <comment>更换备注</comment>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="43" parent="15" name="PRIMARY">
|
|
|
|
+ <columns>logs_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="44" parent="16" name="deferred_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="45" parent="16" name="deferred_order_id">
|
|
|
|
+ <comment>订单号</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="46" parent="16" name="deferred_type">
|
|
|
|
+ <comment>延时类型</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="47" parent="16" name="deferred_end_time">
|
|
|
|
+ <comment>租赁结束时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="48" parent="16" name="deferred_time">
|
|
|
|
+ <comment>租赁延期时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="49" parent="16" name="deferred_remark">
|
|
|
|
+ <comment>备注</comment>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="50" parent="16" name="deferred_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="51" parent="16" name="PRIMARY">
|
|
|
|
+ <columns>deferred_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="52" parent="17" name="order_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="53" parent="17" name="order_orderId">
|
|
|
|
+ <comment>订单号</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="54" parent="17" name="order_source_id">
|
|
|
|
+ <comment>来源id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="55" parent="17" name="order_admin_id">
|
|
|
|
+ <comment>业务员id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="56" parent="17" name="order_rent_type">
|
|
|
|
+ <comment>租赁类型id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="57" parent="17" name="order_openId">
|
|
|
|
+ <comment>身份证号/openid</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="58" parent="17" name="order_discount_money">
|
|
|
|
+ <comment>优惠金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="59" parent="17" name="order_pledge_money">
|
|
|
|
+ <comment>押金金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="60" parent="17" name="order_remain_deposit">
|
|
|
|
+ <comment>待提取金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="61" parent="17" name="order_status">
|
|
|
|
+ <comment>状态</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="62" parent="17" name="order_address">
|
|
|
|
+ <comment>场地名称</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="63" parent="17" name="order_send_type">
|
|
|
|
+ <comment>送货方式</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(2)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="64" parent="17" name="order_send_time">
|
|
|
|
+ <comment>发货时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="65" parent="17" name="order_sales_time">
|
|
|
|
+ <comment>订购时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="66" parent="17" name="order_post_num">
|
|
|
|
+ <comment>快递单号</comment>
|
|
|
|
+ <data-type>varchar(30)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="67" parent="17" name="order_post_firm">
|
|
|
|
+ <comment>快递公司</comment>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="68" parent="17" name="order_address_info">
|
|
|
|
+ <comment>详细地址</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(100)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="69" parent="17" name="order_address_tel">
|
|
|
|
+ <comment>收件人电话</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="70" parent="17" name="order_address_name">
|
|
|
|
+ <comment>收件人姓名</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(30)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="71" parent="17" name="order_amount">
|
|
|
|
+ <comment>订单总金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="72" parent="17" name="order_pay_money">
|
|
|
|
+ <comment>已付金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="73" parent="17" name="order_pay_type">
|
|
|
|
+ <comment>付款方式</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="74" parent="17" name="order_wait_money">
|
|
|
|
+ <comment>待付金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="75" parent="17" name="order_residue_money">
|
|
|
|
+ <comment>付余款</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="76" parent="17" name="order_protocol">
|
|
|
|
+ <comment>协议编号</comment>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="77" parent="17" name="order_pay_time">
|
|
|
|
+ <comment>支付时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="78" parent="17" name="order_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="79" parent="17" name="order_start_time">
|
|
|
|
+ <comment>租赁开始时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="80" parent="17" name="order_end_time">
|
|
|
|
+ <comment>租赁结束时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="81" parent="17" name="order_admin_remark">
|
|
|
|
+ <comment>后台的备注</comment>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="82" parent="17" name="order_user_remark">
|
|
|
|
+ <comment>用户备注</comment>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="83" parent="17" name="PRIMARY">
|
|
|
|
+ <columns>order_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="84" parent="18" name="Item_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="85" parent="18" name="Item_order_id">
|
|
|
|
+ <comment>所属订单</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="86" parent="18" name="item_product_id">
|
|
|
|
+ <comment>产品id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="87" parent="18" name="item_color_id">
|
|
|
|
+ <comment>产品颜色id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="88" parent="18" name="item_product_type">
|
|
|
|
+ <comment>产品类型id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="89" parent="18" name="item_product_name">
|
|
|
|
+ <comment>商品名称</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="90" parent="18" name="item_product_pic">
|
|
|
|
+ <comment>介绍图</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="91" parent="18" name="item_product_color">
|
|
|
|
+ <comment>产品颜色</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(10)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="92" parent="18" name="item_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="93" parent="18" name="PRIMARY">
|
|
|
|
+ <columns>Item_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="94" parent="19" name="pay_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="95" parent="19" name="pay_mode">
|
|
|
|
+ <comment>支付方式</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="96" parent="19" name="Pay_is_out">
|
|
|
|
+ <comment>是否全额付款</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(1)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="97" parent="19" name="pay_money">
|
|
|
|
+ <comment>支付金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="98" parent="19" name="pay_status">
|
|
|
|
+ <comment>状态 1:可用;2:禁用</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(1)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="99" parent="19" name="pay_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="100" parent="19" name="PRIMARY">
|
|
|
|
+ <columns>pay_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="101" parent="20" name="type_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="102" parent="20" name="type_name">
|
|
|
|
+ <comment>租赁类型名称</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(30)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="103" parent="20" name="type_duration">
|
|
|
|
+ <comment>时长(月,包含赠送时长)</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="104" parent="20" name="type_pay_duration">
|
|
|
|
+ <comment>租赁支付时长(不包含赠送时长)</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="105" parent="20" name="type_money">
|
|
|
|
+ <comment>租赁总金额</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="106" parent="20" name="type_pledge_money">
|
|
|
|
+ <comment>租赁押金</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="107" parent="20" name="type_service_money">
|
|
|
|
+ <comment>租赁服务费</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="108" parent="20" name="Type_water_num">
|
|
|
|
+ <comment>租赁水量</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="109" parent="20" name="Type_status">
|
|
|
|
+ <comment>状态</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="110" parent="20" name="type_remark">
|
|
|
|
+ <comment>备注</comment>
|
|
|
|
+ <data-type>varchar(100)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="111" parent="20" name="type_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="112" parent="20" name="PRIMARY">
|
|
|
|
+ <columns>type_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="113" parent="21" name="source_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="114" parent="21" name="source_address">
|
|
|
|
+ <comment>场地</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="115" parent="21" name="source_protocol">
|
|
|
|
+ <comment>协议编号</comment>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="116" parent="21" name="source_status">
|
|
|
|
+ <comment>状态 1:可用;2:禁用</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(1)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="117" parent="21" name="source_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="118" parent="21" name="PRIMARY">
|
|
|
|
+ <columns>source_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="119" parent="22" name="color_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="120" parent="22" name="color_product_id">
|
|
|
|
+ <comment>所属产品</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="121" parent="22" name="color_name">
|
|
|
|
+ <comment>颜色名称</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="122" parent="22" name="color_discount">
|
|
|
|
+ <comment>产品折扣价</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="123" parent="22" name="color_price">
|
|
|
|
+ <comment>产品市场价</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="124" parent="22" name="color_bar">
|
|
|
|
+ <comment>产品条码(SKU)</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="125" parent="22" name="color_picture">
|
|
|
|
+ <comment>介绍图</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="126" parent="22" name="color_status">
|
|
|
|
+ <comment>状态 1:在售;2:停止销售;3:删除</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(1)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="127" parent="22" name="color_cretae_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="128" parent="22" name="color_update_time">
|
|
|
|
+ <comment>修改时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="129" parent="22" name="PRIMARY">
|
|
|
|
+ <columns>color_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="130" parent="23" name="product_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="131" parent="23" name="product_name">
|
|
|
|
+ <comment>商品名称</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="132" parent="23" name="product_abbreviation">
|
|
|
|
+ <comment>商品简称</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(10)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="133" parent="23" name="product_salesnum">
|
|
|
|
+ <comment>已售数量</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'0'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="134" parent="23" name="product_status">
|
|
|
|
+ <comment>商品状态 1:在售;2:停止销售;3:删除</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="135" parent="23" name="product_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="136" parent="23" name="product_remark">
|
|
|
|
+ <comment>产品备注</comment>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="137" parent="23" name="Product_type">
|
|
|
|
+ <comment>商品类型</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="138" parent="23" name="PRIMARY">
|
|
|
|
+ <columns>product_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="139" parent="24" name="type_id">
|
|
|
|
+ <comment>id</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="140" parent="24" name="type_name">
|
|
|
|
+ <comment>名称</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="141" parent="24" name="Type_desc">
|
|
|
|
+ <comment>简介</comment>
|
|
|
|
+ <data-type>varchar(200)|0</data-type>
|
|
|
|
+ <default-expression>''</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="142" parent="24" name="Type_create_time">
|
|
|
|
+ <comment>创建时间</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="143" parent="24" name="Type_update_time">
|
|
|
|
+ <comment>修改时间</comment>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="144" parent="24" name="Type_status">
|
|
|
|
+ <comment>状态 1:可用;2:禁用</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="145" parent="24" name="PRIMARY">
|
|
|
|
+ <columns>type_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="146" parent="25" name="admin_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="147" parent="25" name="admin_dept">
|
|
|
|
+ <comment>1:技术组
|
|
|
|
+2:销售组
|
|
|
|
+3:客服组
|
|
|
|
+4:运营组
|
|
|
|
+5:其他</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'1'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="148" parent="25" name="admin_name">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(10)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="149" parent="25" name="admin_sex">
|
|
|
|
+ <comment>1:男;2:表示女</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'1'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="150" parent="25" name="admin_tel">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="151" parent="25" name="admin_account">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="152" parent="25" name="admin_password">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="153" parent="25" name="admin_salt">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(32)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="154" parent="25" name="admin_status">
|
|
|
|
+ <comment>1:正常使用中
|
|
|
|
+2:已停止使用</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'1'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="155" parent="25" name="admin_mail">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(40)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="156" parent="25" name="admin_create_time">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>CURRENT_TIMESTAMP</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="157" parent="25" name="admin_sale_num">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'0'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="158" parent="25" name="admin_update_time">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>'0000-00-00 00:00:00'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <index id="159" parent="25" name="idx_access_name">
|
|
|
|
+ <columns>admin_dept
|
|
|
|
+admin_status
|
|
|
|
+admin_name</columns>
|
|
|
|
+ <desc-columns></desc-columns>
|
|
|
|
+ </index>
|
|
|
|
+ <index id="160" parent="25" name="un_username_pass">
|
|
|
|
+ <columns>admin_account
|
|
|
|
+admin_password</columns>
|
|
|
|
+ <desc-columns></desc-columns>
|
|
|
|
+ <unique>1</unique>
|
|
|
|
+ </index>
|
|
|
|
+ <key id="161" parent="25" name="PRIMARY">
|
|
|
|
+ <columns>admin_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <key id="162" parent="25" name="un_username_pass">
|
|
|
|
+ <columns>admin_account
|
|
|
|
+admin_password</columns>
|
|
|
|
+ <underlying-index>un_username_pass</underlying-index>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="163" parent="26" name="pocess_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="164" parent="26" name="pocess_menu_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="165" parent="26" name="pocess_sub_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="166" parent="26" name="pocess_symbol">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="167" parent="26" name="pocess_perm_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="168" parent="26" name="pocess_admin_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="169" parent="26" name="pocess_create_time">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>CURRENT_TIMESTAMP</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <index id="170" parent="26" name="idx_permssion_id">
|
|
|
|
+ <columns>pocess_admin_id
|
|
|
|
+pocess_perm_id</columns>
|
|
|
|
+ <desc-columns></desc-columns>
|
|
|
|
+ </index>
|
|
|
|
+ <key id="171" parent="26" name="PRIMARY">
|
|
|
|
+ <columns>pocess_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="172" parent="27" name="menu_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="173" parent="27" name="menu_name">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(10)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="174" parent="27" name="menu_status">
|
|
|
|
+ <comment>1:使用中;2已经停止使用</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'1'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="175" parent="27" name="menu_icon">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="176" parent="27" name="menu_create_time">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>CURRENT_TIMESTAMP</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <key id="177" parent="27" name="PRIMARY">
|
|
|
|
+ <columns>menu_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="178" parent="28" name="perm_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="179" parent="28" name="perm_menu_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="180" parent="28" name="perm_sub_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="181" parent="28" name="perm_name">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="182" parent="28" name="perm_status">
|
|
|
|
+ <comment>1:使用中;2:已经停止使用</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'1'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="183" parent="28" name="perm_symbol">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="184" parent="28" name="perm_create_time">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>CURRENT_TIMESTAMP</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <index id="185" parent="28" name="idx_sub_status">
|
|
|
|
+ <columns>perm_sub_id
|
|
|
|
+perm_status</columns>
|
|
|
|
+ <desc-columns></desc-columns>
|
|
|
|
+ </index>
|
|
|
|
+ <key id="186" parent="28" name="PRIMARY">
|
|
|
|
+ <columns>perm_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ <column id="187" parent="29" name="sub_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <sequence-identity>1</sequence-identity>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="188" parent="29" name="sub_menu_id">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="189" parent="29" name="sub_name">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(10)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="190" parent="29" name="sub_status">
|
|
|
|
+ <comment>1:使用中;2:已经暂停使用</comment>
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>int(11)|0</data-type>
|
|
|
|
+ <default-expression>'1'</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="191" parent="29" name="sub_icon">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(20)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="192" parent="29" name="sub_create_time">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>timestamp|0</data-type>
|
|
|
|
+ <default-expression>CURRENT_TIMESTAMP</default-expression>
|
|
|
|
+ </column>
|
|
|
|
+ <column id="193" parent="29" name="sub_url">
|
|
|
|
+ <mandatory>1</mandatory>
|
|
|
|
+ <data-type>varchar(50)|0</data-type>
|
|
|
|
+ </column>
|
|
|
|
+ <index id="194" parent="29" name="idx_menu_status">
|
|
|
|
+ <columns>sub_menu_id
|
|
|
|
+sub_status</columns>
|
|
|
|
+ <desc-columns></desc-columns>
|
|
|
|
+ </index>
|
|
|
|
+ <key id="195" parent="29" name="PRIMARY">
|
|
|
|
+ <columns>sub_id</columns>
|
|
|
|
+ <primary>1</primary>
|
|
|
|
+ </key>
|
|
|
|
+ </database-model>
|
|
|
|
+</dataSource>
|