mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 13:48:42 -05:00
51 lines
881 B
Plaintext
Executable File
51 lines
881 B
Plaintext
Executable File
{
|
|
"columns": [
|
|
{
|
|
"tag": 0,
|
|
"name": "pk",
|
|
"kind": "int",
|
|
"is_part_of_pk": true,
|
|
"col_constraints": [
|
|
{
|
|
"constraint_type": "not_null",
|
|
"params": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tag": 1,
|
|
"name": "c1",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 2,
|
|
"name": "c2",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 3,
|
|
"name": "c3",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 4,
|
|
"name": "c4",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 5,
|
|
"name": "c5",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
}
|
|
]
|
|
} |