mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-20 02:24:58 -05:00
27 lines
360 B
JSON
27 lines
360 B
JSON
{
|
|
"columns": [
|
|
{
|
|
"name": "state",
|
|
"kind": "string",
|
|
"tag": 0,
|
|
"is_part_of_pk": true,
|
|
"col_constraints":[
|
|
{
|
|
"constraint_type": "not_null"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "population",
|
|
"kind": "uint",
|
|
"tag": 1,
|
|
"is_part_of_pk": false,
|
|
"col_constraints":[
|
|
{
|
|
"constraint_type": "not_null"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|