UNPKG

@titanium/turbo

Version:

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

14 lines (12 loc) • 215 B
migration.up = function(migrator) { migrator.createTable({ 'columns': { 'name':'text', 'email':'text', 'twitter':'text' } }); }; migration.down = function(migrator) { migrator.dropTable('info'); };