UNPKG

alloy

Version:

Appcelerator Titanium MVC 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"); };