Sha256: 7454e8967f734aa00f08520cd199ae1eeeae0f63a7875c0e0bb56f22eb1821eb
Contents?: true
Size: 439 Bytes
Versions: 45
Compression:
Stored size: 439 Bytes
Contents
class CreateAbstractorSuggestionSources < ActiveRecord::Migration def change create_table :abstractor_suggestion_sources do |t| t.integer :abstractor_abstraction_source_id t.integer :abstractor_suggestion_id t.text :match_value t.text :sentence_match_value t.integer :source_id t.string :source_method t.string :source_type t.datetime :deleted_at t.timestamps end end end
Version data entries
45 entries across 45 versions & 1 rubygems