Open janbarasek opened 4 years ago
I think the method dumpSql() should support keywords like ALTER, TABLE, DROP, COLUMN, and more for change database structure.
dumpSql()
ALTER
TABLE
DROP
COLUMN
This feature should be very helpful in case of dumping SQL queries from ORM.
Thanks.
I think the method
dumpSql()
should support keywords likeALTER
,TABLE
,DROP
,COLUMN
, and more for change database structure.This feature should be very helpful in case of dumping SQL queries from ORM.
Thanks.