Sha256: 3f7a96ec9154994790565fcc8f140f804ecb92c7707dc3185f0944aec7af64da
Contents?: true
Size: 353 Bytes
Versions: 10
Compression:
Stored size: 353 Bytes
Contents
# This migration comes from qa (originally 20130917200611) class CreateQaSubjectMeshTerms < ActiveRecord::Migration 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
10 entries across 10 versions & 1 rubygems