syntax error in the earlier version

This commit is contained in:
jacob 2010-06-17 15:11:04 +00:00
parent 56b5e8269a
commit 970ac57f21

View File

@ -1,4 +1,4 @@
ALTER TABLE `users_student`
CHANGE `users_uid` `users_id` INT( 11 ) NOT NULL;
CHANGE `students_active` `student_active` ENUM( 'yes', 'no' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ,
CHANGE `students_complete` `student_complete` ENUM( 'yes', 'no' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL
CHANGE `users_uid` `users_id` INT( 11 ) NOT NULL,
CHANGE `students_active` `student_active` ENUM( 'no', 'yes' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ,
CHANGE `students_complete` `student_complete` ENUM( 'no', 'yes' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL