Files
db_builder/example.json
2026-04-02 00:30:52 +02:00

14 lines
177 B
JSON

[
{
"name": "products",
"strict": false,
"columns": [
{
"name": "id",
"datatype": "Integer",
"primary_key": true
}
]
}
]