Fix invalid column name
This commit is contained in:
parent
37ef8aa50a
commit
531991333d
1 changed files with 1 additions and 1 deletions
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue