Sha256: a392e05b221c1edc7dad27a90c4922256a15787de886efc7c03e18315c9eabe5
Contents?: true
Size: 207 Bytes
Versions: 28
Compression:
Stored size: 207 Bytes
Contents
class CreatePromotionActions < ActiveRecord::Migration def change create_table :promotion_actions do |t| t.integer :activator_id t.integer :position t.string :type end end end
Version data entries
28 entries across 28 versions & 1 rubygems