Sha256: 78668d0bd799159f186f7c401e3708b6f9b51c8db7717c9f416cdbd811bfec0b
Contents?: true
Size: 363 Bytes
Versions: 3
Compression:
Stored size: 363 Bytes
Contents
class CreateViewableForm < ActiveRecord::Migration def change create_table :viewable_forms do |t| t.references :structure, index: true t.string :uuid t.text :url, index: true t.string :title t.text :meta_keywords t.text :meta_description t.timestamps null: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems