20160203101944_create_kanjai_page_content_markers.rb 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 class CreateKanjaiPageContentMarkers < ActiveRecord::Migration def change create_table :kanjai_page_content_markers do |t| t.references :page_content t.string :marker t.text :text_value t.timestamps null: false end end end