dresende / node-sql-ddl-sync

NodeJS SQL DDL Synchronization
MIT License
13 stars 16 forks source link

add DROP_TABLE function to SQL.js, with test #4

Closed nicholasf closed 10 years ago

nicholasf commented 10 years ago

Dresende,

We need a drop table statement in SQL.js for our migrations extension. Please find a simple drop statement added to SQL.js along with a basic unit test to asset the generated string is correct.

Cheers, Nick