Skip to content

Instantly share code, notes, and snippets.

@practicingruby
Created April 16, 2009 03:31
Show Gist options
  • Select an option

  • Save practicingruby/96191 to your computer and use it in GitHub Desktop.

Select an option

Save practicingruby/96191 to your computer and use it in GitHub Desktop.
create_table :customers do |t|
t.string :first_name
t.string :last_name
t.string :email
t.string :daytime_phone
t.string :evening_phone
t.timestamps
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment