Sha256: fdebada08fd3384d206616060f839ca2e630a2da618f22d91cf252fdba798efd
Contents?: true
Size: 299 Bytes
Versions: 39
Compression:
Stored size: 299 Bytes
Contents
class CreateQaSubjectMeshTerms < ActiveRecord::Migration[4.2] def change create_table :qa_subject_mesh_terms do |t| t.string :term_id t.string :term t.text :synonyms end add_index :qa_subject_mesh_terms, :term_id add_index :qa_subject_mesh_terms, :term end end
Version data entries
39 entries across 39 versions & 1 rubygems