Skip to content

Instantly share code, notes, and snippets.

@apa512
Created April 20, 2016 16:21
Show Gist options
  • Save apa512/f573509d09b092fa46c7d9f705650afe to your computer and use it in GitHub Desktop.
Save apa512/f573509d09b092fa46c7d9f705650afe to your computer and use it in GitHub Desktop.
class CreateUndoMergeActions < ActiveRecord::Migration
def change
create_table :undo_merge_actions do |t|
t.uuid :person_id
t.json :undo_action, array: true
t.timestamps
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment