forked from science-ation/science-ation
2c7e23b276
Start fixing the schoolstudents page (it now adds users, but it doesnt re-load them or edit htem or delete them)
3 lines
131 B
SQL
3 lines
131 B
SQL
ALTER TABLE `accounts` CHANGE `id` `id` INT( 11 ) NOT NULL AUTO_INCREMENT;
|
|
ALTER TABLE `accounts` ADD `created` DATETIME NOT NULL;
|