I am developing an iOS app using Titanium Appcelerator and using the Alloy Framework. I have run the following command and generated a migration file (20120926011253_User.js) in my app/migrations folder:
alloy generate model User sql name:string phone:string gender:string last_updated:datetime
How can I run this migration and actually create the tables in the SQLite db? I couldn't find how to do this online and have tried the commands I could think of. Thank you!