Created
March 23, 2020 16:29
-
-
Save Macorreag/c22aa6d8096962eb460617b8e967555e to your computer and use it in GitHub Desktop.
comandos RAIls
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
rails generate model Citation date:date time:time duration:time site:string id_patient:integer description:string id_doctor:integer attendance:boolean | |
rake db:migrate | |
git commit -m "se añade un link para acceder a la pagina de inicio" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment