UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

12 lines (10 loc) 178 B
migration.up = function(migrator) { migrator.createTable({ 'columns': { 'title':'text' } }); }; migration.down = function(migrator) { migrator.dropTable('movies'); };