Skip to content

Instantly share code, notes, and snippets.

@pond
Created September 30, 2013 23:05
Show Gist options
  • Save pond/6771579 to your computer and use it in GitHub Desktop.
Save pond/6771579 to your computer and use it in GitHub Desktop.
pondmac:log adh1003$ rake db:migrate
(in /Users/adh1003/Documents/Work/Hipposoft/TrackRecord/Development/trackrecord)
== CreateHomes: migrating ====================================================
-- create_table(:homes)
NOTICE: CREATE TABLE will create implicit sequence "homes_id_seq" for serial column "homes.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "homes_pkey" for table "homes"
-> 0.0236s
== CreateHomes: migrated (0.0237s) ===========================================
pondmac:log adh1003$ rails c
Loading development environment (Rails 3.2.14)
1.9.3p392 :001 > Home
=> Home(id: integer, title: string, created_at: datetime, updated_at: datetime)
1.9.3p392 :002 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment