sql/: update seed.sql, schema.sql
This commit is contained in:
parent
11c5a52eed
commit
049f799f3d
2 changed files with 25464 additions and 101675 deletions
|
@ -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)
|
||||
);
|
||||
|
|
127138
src/sql/seed.sql
127138
src/sql/seed.sql
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue