User Tools

Site Tools


building_a_basic_ruby_on_rails_application

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
building_a_basic_ruby_on_rails_application [2021/03/22 20:41] – [Edit '"db/migrate/001_create_links.rb"'] hc9building_a_basic_ruby_on_rails_application [2021/03/22 21:57] (current) – [Building The Data Model] hc9
Line 35: Line 35:
 Next we need to edit the '''db/migrate/001_create_links.rb<nowiki>'</nowiki>'' file. Files located under the '''db/migrate<nowiki>'</nowiki>'' directory are used to perform revision changes on your project's database. This file will allow us to specify our databases table without the need for any SQL, and, if required, roll our database back to before this migration occurred. Next we need to edit the '''db/migrate/001_create_links.rb<nowiki>'</nowiki>'' file. Files located under the '''db/migrate<nowiki>'</nowiki>'' directory are used to perform revision changes on your project's database. This file will allow us to specify our databases table without the need for any SQL, and, if required, roll our database back to before this migration occurred.
  
-=== Edit '"db/migrate/001_create_links.rb"' ===+=== Edit 'db/migrate/001_create_links.rb' ===
  
 <code> <code>
building_a_basic_ruby_on_rails_application.1616445704.txt.gz · Last modified: 2021/03/22 20:41 by hc9