Skip to content

Instantly share code, notes, and snippets.

@GAierken
Last active February 3, 2020 17:15
Show Gist options
  • Save GAierken/184d1de7beede13a707079bb73f941be to your computer and use it in GitHub Desktop.
Save GAierken/184d1de7beede13a707079bb73f941be to your computer and use it in GitHub Desktop.
def change
create_table :appointments do |t|
t.timestamps
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment