Skip to content

Instantly share code, notes, and snippets.

@marcoroman89
Created August 13, 2013 00:11
Show Gist options
  • Save marcoroman89/6216607 to your computer and use it in GitHub Desktop.
Save marcoroman89/6216607 to your computer and use it in GitHub Desktop.
class CreateUsers < ActiveRecord::Migration
def change
create_table :users do |t|
t.string :username
t.timestamps
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment