chg: [schema] fix

pull/9062/merge
iglocska 2024-05-03 15:01:28 +02:00
parent d3324b6172
commit b6769c5f58
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 5 additions and 5 deletions

View File

@ -1237,25 +1237,25 @@
},
{
"column_name": "created",
"is_nullable": "YES",
"is_nullable": "NO",
"data_type": "datetime",
"character_maximum_length": null,
"numeric_precision": null,
"collation_name": null,
"column_type": "datetime",
"column_default": "current_timestamp()",
"column_default": null,
"extra": ""
},
{
"column_name": "modified",
"is_nullable": "YES",
"is_nullable": "NO",
"data_type": "datetime",
"character_maximum_length": null,
"numeric_precision": null,
"collation_name": null,
"column_type": "datetime",
"column_default": "NULL",
"extra": "on update current_timestamp()"
"column_default": null,
"extra": ""
},
{
"column_name": "distribution",