Sha256: e2540b78b5d94fef58ee594f6e65d4753ad8b59aeb60f0bae7923fce80f50881
Contents?: true
Size: 247 Bytes
Versions: 4
Compression:
Stored size: 247 Bytes
Contents
class CreateCrowdblogStatusChangeRecords < ActiveRecord::Migration def change create_table :crowdblog_status_change_records do |t| t.belongs_to :user t.belongs_to :post t.string :state t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems