Sha256: bb2d5d3266ca35f361ad6cd1ae7f2d7401e8237c30e7456747509291ec8a655b
Contents?: true
Size: 381 Bytes
Versions: 6
Compression:
Stored size: 381 Bytes
Contents
class CreateViewableForm < ActiveRecord::Migration def change create_table :viewable_forms do |t| t.references :structure, index: true t.string :uuid, index: true 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
6 entries across 6 versions & 1 rubygems