Sha256: 4392aecc4be0bc4a55c24a1d08691de8a7f616d5efc7134d052b0fbfc27b832a
Contents?: true
Size: 241 Bytes
Versions: 3
Compression:
Stored size: 241 Bytes
Contents
class CreateKnowledgeBaseSectionablesTexts < ActiveRecord::Migration def change create_table :knowledge_base_sectionables_texts do |t| t.string :heading t.text :lead t.text :body t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems