Sha256: b54ce74ac24500ba74b32415855ae6ed95e3a6bcd3d2c43472aa6ad31d0f9246
Contents?: true
Size: 382 Bytes
Versions: 45
Compression:
Stored size: 382 Bytes
Contents
class CreateAbstractorAbstractions < ActiveRecord::Migration def change create_table :abstractor_abstractions do |t| t.integer :abstractor_subject_id t.string :value t.string :about_type t.integer :about_id t.string :value t.boolean :unknown t.boolean :not_applicable t.datetime :deleted_at t.timestamps end end end
Version data entries
45 entries across 45 versions & 1 rubygems