UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

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