fix: [db_schema] Bumped schema with the changes

pull/6412/head
mokaddem 2020-10-09 17:55:40 +02:00
parent 4a55ac7da4
commit 67dae90990
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 110 additions and 2 deletions

View File

@ -1350,6 +1350,107 @@
"extra": ""
}
],
"event_reports": [
{
"column_name": "id",
"is_nullable": "NO",
"data_type": "int",
"character_maximum_length": null,
"numeric_precision": "10",
"collation_name": null,
"column_type": "int(11)",
"column_default": null,
"extra": "auto_increment"
},
{
"column_name": "uuid",
"is_nullable": "NO",
"data_type": "varchar",
"character_maximum_length": "40",
"numeric_precision": null,
"collation_name": "utf8_bin",
"column_type": "varchar(40)",
"column_default": null,
"extra": ""
},
{
"column_name": "event_id",
"is_nullable": "NO",
"data_type": "int",
"character_maximum_length": null,
"numeric_precision": "10",
"collation_name": null,
"column_type": "int(11)",
"column_default": null,
"extra": ""
},
{
"column_name": "name",
"is_nullable": "NO",
"data_type": "varchar",
"character_maximum_length": "255",
"numeric_precision": null,
"collation_name": "utf8mb4_general_ci",
"column_type": "varchar(255)",
"column_default": null,
"extra": ""
},
{
"column_name": "content",
"is_nullable": "YES",
"data_type": "text",
"character_maximum_length": "65535",
"numeric_precision": null,
"collation_name": "utf8mb4_general_ci",
"column_type": "text",
"column_default": null,
"extra": ""
},
{
"column_name": "distribution",
"is_nullable": "NO",
"data_type": "tinyint",
"character_maximum_length": null,
"numeric_precision": "3",
"collation_name": null,
"column_type": "tinyint(4)",
"column_default": "0",
"extra": ""
},
{
"column_name": "sharing_group_id",
"is_nullable": "YES",
"data_type": "int",
"character_maximum_length": null,
"numeric_precision": "10",
"collation_name": null,
"column_type": "int(11)",
"column_default": null,
"extra": ""
},
{
"column_name": "timestamp",
"is_nullable": "NO",
"data_type": "int",
"character_maximum_length": null,
"numeric_precision": "10",
"collation_name": null,
"column_type": "int(11)",
"column_default": null,
"extra": ""
},
{
"column_name": "deleted",
"is_nullable": "NO",
"data_type": "tinyint",
"character_maximum_length": null,
"numeric_precision": "3",
"collation_name": null,
"column_type": "tinyint(1)",
"column_default": "0",
"extra": ""
}
],
"event_tags": [
{
"column_name": "id",
@ -6867,6 +6968,13 @@
"user_id": false,
"timestamp": false
},
"event_reports": {
"id": true,
"uuid": true,
"name": false,
"event_id": false,
"sharing_group_id": false
},
"event_tags": {
"id": true,
"event_id": false,
@ -7167,5 +7275,5 @@
"id": true
}
},
"db_version": "58"
}
"db_version": "59"
}