Added url to pictures scheme
parent
e455324e4e
commit
d15162242b
|
@ -39,6 +39,7 @@ CREATE TABLE `users` (
|
|||
CREATE TABLE `pictures` (
|
||||
`user_id` CHAR(36) NOT NULL,
|
||||
`picture_id` CHAR(36) NOT NULL,
|
||||
`url` varchar(255) NOT NULL,
|
||||
`likes` int(11) DEFAULT 0,
|
||||
`location` varchar(20) NOT NULL,
|
||||
`description` varchar(250) DEFAULT NULL,
|
||||
|
|
Loading…
Reference in New Issue