Removed plate

This commit is contained in:
MHL1337
2018-04-15 20:42:36 +02:00
committed by GitHub
parent a79726fb5d
commit 0ddf00cf92
-1
View File
@@ -5,7 +5,6 @@ CREATE TABLE `user_parkings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`identifier` varchar(60) DEFAULT NULL,
`garage` varchar(60) DEFAULT NULL,
`plate` varchar(60) DEFAULT NULL,
`zone` int(11) NOT NULL,
`vehicle` longtext,