Updated pictures scheme
parent
08942a6628
commit
b671acb7bf
|
@ -39,7 +39,6 @@ CREATE TABLE `pictures` (
|
|||
`user_id` CHAR(36) NOT NULL,
|
||||
`picture_id` int(11) NOT NULL,
|
||||
`likes` int(11) DEFAULT 0,
|
||||
`dislikes` int(11) DEFAULT 0,
|
||||
`location` varchar(20) NOT NULL,
|
||||
`description` varchar(250) DEFAULT NULL,
|
||||
`created_at` datetime NOT NULL
|
||||
|
|
Loading…
Reference in New Issue