sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Knex Migrations #157

Open mgarf opened 8 years ago

mgarf commented 8 years ago

Shouldnt Knex be using createTableIfNotExists rather than createTable? so an error doesn't occur if the table already exists...