plugins/tests/TestDB.txt
2024-07-08 17:27:04 +08:00

10 lines
265 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// account 账号相关
user // 用户表
id i AI // 用户编号
name v30 // 姓名
phone v20 U // 手机号
addDate dt I // 创建时间
version i I // 数据版本号
isValid i // 是否有效1-启用0-禁用)