UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

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