forked from science-ation/science-ation
syntax error in the earlier version
This commit is contained in:
parent
56b5e8269a
commit
970ac57f21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user