correcting field name

This commit is contained in:
jacob 2010-06-10 18:25:26 +00:00
parent dab613b746
commit 558a724e0e

View File

@ -1,7 +1,7 @@
CREATE TABLE `locations` (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`conference_id` INT NOT NULL ,
`conferences_id` INT NOT NULL ,
`name` VARCHAR( 128 ) NOT NULL
) ENGINE = MYISAM ;