Sha256: dea449728cec40d9e4aaac560fc277d92f3b0107064643947aaa0dc3a1602e69
Contents?: true
Size: 333 Bytes
Versions: 6
Compression:
Stored size: 333 Bytes
Contents
class CreateViewablePage < ActiveRecord::Migration def change create_table :viewable_pages do |t| 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