Closed (fixed)
Project:
Recipe
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Mar 2005 at 20:43 UTC
Updated:
4 May 2005 at 16:51 UTC
recipe.mysql has:
CREATE TABLE recipe (
nid int(10) unsigned NOT NULL,
source varchar(255),
yield varchar(255),
preptime int(10) DEFAULT '0',
notes text,
instructions text,
PRIMARY KEY (nid)
);
ALTER TABLE `recipe` ADD `instructions` TEXT;
...
The ALTER TABLE sentence causes an error, this column already exists !
| Comment | File | Size | Author |
|---|---|---|---|
| recipe.mysql | 384 bytes | Anonymous (not verified) |
Comments
Comment #1
moshe weitzman commentedComment #2
(not verified) commented