PHP-Multi-Cloud-School-Management- icon indicating copy to clipboard operation
PHP-Multi-Cloud-School-Management- copied to clipboard

database migration issue

Open speroamey opened this issue 4 years ago • 1 comments

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

speroamey avatar Aug 27 '20 15:08 speroamey

please pull and retry

Niyiojeyinka avatar Aug 27 '20 21:08 Niyiojeyinka