Files
dolt/bats/helper/1pk5col-ints.schema
T
2019-03-29 13:17:10 -07:00

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": []
}
]
}