Can't have not nullable with default value
almilli opened this issue · 1 comments
almilli commented
For some reason when I try to set a non-nullable field to have a default value, it ignores the default value and only applies the NOT NULL on the create table statement.
{
"name": "quantity",
"type": "Integer",
"nullable": false,
"default_value": "1"
},