Skip to content

Instantly share code, notes, and snippets.

@makefunstuff
Created March 16, 2017 15:56
Show Gist options
  • Save makefunstuff/0d06e0f38cf45d8c87efd6d98d1ce050 to your computer and use it in GitHub Desktop.
Save makefunstuff/0d06e0f38cf45d8c87efd6d98d1ce050 to your computer and use it in GitHub Desktop.
class CreateUsers < ActiveRecord::Migration[5.0]
def change
create_table :users do |t|
t.string :facebook_id
t.datetime :notification_time
t.timestamps
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment