Last active
January 17, 2017 19:30
-
-
Save Fernan2/f17ac5c56b3420e16fd63b7347829cff to your computer and use it in GitHub Desktop.
Enumerados en Rails y Postgres 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AddFinalidadToPrestamos < ActiveRecord::Migration | |
def change | |
add_column :prestamos, :finalidad, :finalidad_prestamo | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment