Files
dolt/bats/helper/empty-strings-null-values.schema
2019-11-07 17:45:52 -08:00

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