Files
srdb/test_db_ops/users/schema.json

24 lines
471 B
JSON
Raw Normal View History

{
"version": 1,
"timestamp": 1760034629,
"checksum": "e4ba64b64f64a72adabecd466a7419ffcdfc202d2b3086be4e86bab7100fcabd",
"schema": {
"Name": "users",
"Fields": [
{
"Name": "name",
"Type": 13,
"Indexed": true,
"Nullable": false,
"Comment": "用户名"
},
{
"Name": "age",
"Type": 5,
"Indexed": true,
"Nullable": false,
"Comment": "年龄"
}
]
}
}