UNPKG

@titanium/turbo

Version:

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

14 lines (12 loc) • 221 B
migration.up = function(migrator) { migrator.createTable({ 'columns': { 'title':'text', 'image':'text', 'timestamp':'text' } }); }; migration.down = function(migrator) { migrator.dropTable('myModel'); };