PHP-Multi-Cloud-School-Management-
PHP-Multi-Cloud-School-Management- copied to clipboard
database migration issue
while setting up the apps im getting mysql error
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option varchar(128) NOT NULL, fee_title varchar(128), time varch' at line 8
CREATE TABLE fees ( id int(11) NOT NULL AUTO_INCREMENT, school_id varchar(128) NOT NULL, amount DECIMAL(19,2) NOT NULL, level varchar(128) NOT NULL, term varchar(128) NOT NULL, session varchar(128) NOT NULL, option varchar(128) NOT NULL, fee_title varchar(128), time varchar(128) NOT NULL, PRIMARY KEY (id) );
Filename: controllers/Install.php
Line Number: 648
please pull and retry