chg: [db_schema] update

composer_fix
iglocska 2023-03-10 13:59:12 +01:00
parent 7fa48b8772
commit 58ba5260f5
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 5 additions and 5 deletions

View File

@ -7349,11 +7349,11 @@
{
"column_name": "baseurl",
"is_nullable": "NO",
"data_type": "int",
"character_maximum_length": null,
"numeric_precision": "10",
"collation_name": null,
"column_type": "int(11)",
"data_type": "varchar",
"character_maximum_length": "191",
"numeric_precision": null,
"collation_name": "utf8mb4_unicode_ci",
"column_type": "varchar(191)",
"column_default": "0",
"extra": ""
},