Sha256: 1a3db1a56abd5691035c0309720a3ffe06b7103f6017dd324d84666a2a091d28
Contents?: true
Size: 284 Bytes
Versions: 3
Compression:
Stored size: 284 Bytes
Contents
class CreateKnowledgeBaseSectionablesLinksLinks < ActiveRecord::Migration def change create_table :knowledge_base_sectionables_links_links do |t| t.string :title t.string :url t.integer :position t.references :links t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems