You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: