shadowhand/latitude

Interest in schema modification queries?

lord2800 opened this issue · 2 comments

I have a branch where I added basic support for CREATE TABLE, ALTER TABLE, and DROP TABLE schema modification queries (with accompanying tests), would you be interested in it?

I am not interesting in adding such functionality to Latitude, because there are a number of good migration packages (phinx, doctrine-migrations, etc) already. Someone could create a separate package that uses Latitude engine to build schema modification queries, though.

Good to know, thanks! I'll see about shifting my code into a separate package, then.