BoD/android-contentprovider-generator

Can't have not nullable with default value

almilli opened this issue · 1 comments

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"
    },
BoD commented

Resolved in 21b29d7.
Thanks for the report!