Postgres - soduko/schedulemaker GitHub Wiki

Resources:

For UNSIGNED either use CHECK in db or remember to check input from front end. (using check in db) Is there a use for the specific constraint names or can I let pg assign anything?

What I changed in the .sql files:-

MySQL -> Postgres

INT AUTO_INCREMENT -> SERIAL

TINYINT -> SMALLINT