Skip to content

Instantly share code, notes, and snippets.

@nigelr
Last active June 23, 2021 08:43
Show Gist options
  • Save nigelr/5589503 to your computer and use it in GitHub Desktop.
Save nigelr/5589503 to your computer and use it in GitHub Desktop.
priorities
create_table :priorities do |t|
t.string :name
t.boolean :default
t.boolean :archived
t.integer :position
t.timestamps
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment