Sha256: a29f6d60809ce17e8f7d33bd58310f64981e4fecfbc9c054c5f60b1b73837031
Contents?: true
Size: 369 Bytes
Versions: 45
Compression:
Stored size: 369 Bytes
Contents
class CreateAbstractorSuggestions < ActiveRecord::Migration def change create_table :abstractor_suggestions do |t| t.integer :abstractor_abstraction_id t.integer :abstractor_suggestion_status_id t.string :suggested_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