diff --git a/db_schema.json b/db_schema.json index e2072fbe8..037ae288e 100644 --- a/db_schema.json +++ b/db_schema.json @@ -431,13 +431,13 @@ }, { "column_name": "authkey_id", - "is_nullable": "NO", + "is_nullable": "YES", "data_type": "int", "character_maximum_length": null, "numeric_precision": "10", "collation_name": null, "column_type": "int(11)", - "column_default": null, + "column_default": "NULL", "extra": "" }, {