mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-18 09:40:59 -05:00
30 lines
517 B
Plaintext
30 lines
517 B
Plaintext
{
|
|
"columns": [
|
|
{
|
|
"tag": 0,
|
|
"name": "pk",
|
|
"kind": "string",
|
|
"is_part_of_pk": true,
|
|
"col_constraints": [
|
|
{
|
|
"constraint_type": "not_null",
|
|
"params": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tag": 1,
|
|
"name": "headerOne",
|
|
"kind": "string",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 2,
|
|
"name": "headerTwo",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
}
|
|
]
|
|
} |