This repository was archived by the owner on Apr 9, 2023. It is now read-only.
This repository was archived by the owner on Apr 9, 2023. It is now read-only.
database migration issue #2
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels