In one of the earlier versions of sprinkles, the Migration class had a createTable() method that seemed to make it much easier to manage the create statements. Is there anything similar in the current 1.3.1 version that would prevent me from having to craft my own CREATE statement?
In one of the earlier versions of sprinkles, the
Migration
class had acreateTable()
method that seemed to make it much easier to manage the create statements. Is there anything similar in the current 1.3.1 version that would prevent me from having to craft my own CREATE statement?