All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fastchar-sms.1.02.source-code.fast-database-sms.xml Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE database>
<database name="*">

    <table name="final_sms" comment="短信发送记录">

        <column name="sendId" comment="编号" type="int" length="11"
                primary="true" autoincrement="true" nullable="not null"/>

        <column name="sendPhone" comment="手机号码" type="varchar"
                nullable="null" length="500" index="true"/>

        <column name="sendType" comment="发送类型" type="varchar"
                nullable="null" length="500" index="true"/>

        <column name="sendContent" comment="发送内容" type="text"
                nullable="null"/>

        <column name="sendParams" comment="发送参数" type="text"
                nullable="null"/>

        <column name="sendResult" comment="发送结果" type="text"
                nullable="null"/>

        <column name="sendDateTime" comment="录入时间" type="datetime"
                nullable="null" length="6" render="NONE"/>
    </table>


</database>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy