fastchar-sms.1.02.source-code.fast-database-sms.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-sms Show documentation
Show all versions of fastchar-sms Show documentation
FastChar-SMS is a FastChar plugin.
<?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