Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

database migration issue #2

Open
speroamey opened this issue Aug 27, 2020 · 1 comment
Open

database migration issue #2

speroamey opened this issue Aug 27, 2020 · 1 comment

Comments

@speroamey
Copy link

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

@Niyiojeyinka
Copy link
Owner

please pull and retry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants