Sha256: 94656c3e7fa37a6789f1477afd81d77987908c4e7d288a63f9dc088d3bfb53bd
Contents?: true
Size: 435 Bytes
Versions: 5
Compression:
Stored size: 435 Bytes
Contents
class CreateMeritActions < ActiveRecord::Migration<%= migration_version %> def change create_table :merit_actions do |t| t.integer :user_id t.string :action_method t.integer :action_value t.boolean :had_errors, default: false t.string :target_model t.integer :target_id t.text :target_data t.boolean :processed, default: false t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems