sql/: update seed.sql, schema.sql

This commit is contained in:
0x1eef 2022-09-02 15:43:48 -03:00
parent 11c5a52eed
commit 049f799f3d
2 changed files with 25464 additions and 101675 deletions

View file

@ -9,6 +9,7 @@ CREATE TABLE chapters(
name char(50) NOT NULL,
tr_name char(50) NOT NULL,
slug char(50) NOT NULL,
city char(6) NOT NULL,
quran_id tinyint NOT NULL,
CONSTRAINT chapters_quran_fk FOREIGN KEY (quran_id) REFERENCES qurans (id)
);

File diff suppressed because it is too large Load diff