1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-19 07:55:17 +00:00

Improve code readability

This commit is contained in:
2022-03-17 19:03:09 +01:00
parent 287937ac63
commit 23fd1fa925
4 changed files with 5 additions and 14 deletions

View File

@ -1,10 +1 @@
-- Create report table
CREATE TABLE `comunic_reports` (
`id` INT NOT NULL AUTO_INCREMENT,
`user_id` INT NOT NULL,
`target_type` VARCHAR(25) NOT NULL,
`target_id` INT NOT NULL,
`time` INT NOT NULL,
`cause` VARCHAR(20) NOT NULL,
`comment` TEXT NULL,
PRIMARY KEY (`id`));
-- Nothing yet