mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 19:41:24 -05:00
63 lines
1.1 KiB
Plaintext
Executable File
63 lines
1.1 KiB
Plaintext
Executable File
{
|
|
"columns": [
|
|
{
|
|
"tag": 0,
|
|
"name": "pk1",
|
|
"kind": "int",
|
|
"is_part_of_pk": true,
|
|
"col_constraints": [
|
|
{
|
|
"constraint_type": "not_null",
|
|
"params": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tag": 1,
|
|
"name": "pk2",
|
|
"kind": "int",
|
|
"is_part_of_pk": true,
|
|
"col_constraints": [
|
|
{
|
|
"constraint_type": "not_null",
|
|
"params": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tag": 2,
|
|
"name": "c1",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 3,
|
|
"name": "c2",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 4,
|
|
"name": "c3",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 5,
|
|
"name": "c4",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
},
|
|
{
|
|
"tag": 6,
|
|
"name": "c5",
|
|
"kind": "int",
|
|
"is_part_of_pk": false,
|
|
"col_constraints": []
|
|
}
|
|
]
|
|
} |