Method dumpSql() do not support "ALTER TABLE" and other construction Statements
janbarasek opened this issue · 0 comments
janbarasek commented
I think the method dumpSql()
should support keywords like ALTER
, TABLE
, DROP
, COLUMN
, and more for change database structure.
This feature should be very helpful in case of dumping SQL queries from ORM.
Thanks.