Fix invalid column name

This commit is contained in:
Jay 2022-03-02 17:04:12 +01:00
parent 37ef8aa50a
commit 531991333d

View file

@ -145,7 +145,7 @@ switch ($step) {
`wishlist` INT NOT NULL,
`title` VARCHAR(128) NULL DEFAULT NULL,
`description` TEXT NULL DEFAULT NULL,
`image ` VARCHAR(255) NULL DEFAULT NULL,
`image` VARCHAR(255) NULL DEFAULT NULL,
`url` VARCHAR(255) NULL DEFAULT NULL,
`status` VARCHAR(32) NULL DEFAULT NULL,
FOREIGN KEY (`wishlist`)