macg-gh / madlibs

A little game that runs on a LAMP stack
0 stars 0 forks source link

Feedback - dbcreate.sql #49

Open macg-gh opened 4 years ago

macg-gh commented 4 years ago

set defaults for rank & note, make not null null since it never can be update checkphrase.php entry insert to just insert phrase i.e. INSERT INTO entry(phrase) values($phrase) extra points if you make a schema migration tool like Phinx, or use a framework like Doctrine or Laravel. But not really important to do that