I have a rails app which i ran so far in my local system and now i got to move it to the server so what i need to know is how will it create a database either using the migration files or the schema?
Also i would like to know if from migration, i added new fields and removed few migration file so how will it create the missing fields?