Files
srdb/test_db/schema.json

24 lines
472 B
JSON
Raw Normal View History

{
"version": 1,
"timestamp": 1760032965,
"checksum": "928ea259547899e3e7e8c48bb815d3fa27c1ed93d075a6d573bdb66afd5ca91e",
"schema": {
"Name": "test",
"Fields": [
{
"Name": "name",
"Type": 13,
"Indexed": false,
"Nullable": false,
"Comment": "用户名"
},
{
"Name": "age",
"Type": 5,
"Indexed": false,
"Nullable": false,
"Comment": "年龄"
}
]
}
}