We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4129e57 commit 49ec930Copy full SHA for 49ec930
packetery/libs/Module/Installer.php
@@ -182,9 +182,9 @@ private function installDatabase()
182
`price_cod` decimal(20,6) NULL,
183
`age_verification_required` tinyint(1) unsigned NULL,
184
`point_place` varchar(70) NULL,
185
- `point_street` varchar(120) NULL AFTER `point_place`,
186
- `point_zip` varchar(10) NULL AFTER `point_street`,
187
- `point_city` varchar(70) NULL AFTER `point_zip`,
+ `point_street` varchar(120) NULL,
+ `point_zip` varchar(10) NULL,
+ `point_city` varchar(70) NULL,
188
UNIQUE(`id_order`),
189
UNIQUE(`id_cart`)
190
) ENGINE=InnoDB DEFAULT CHARSET=utf8;';
0 commit comments