# This migration comes from kuztuscms (originally 20120218075211) class CreateKuztuscmsPages < ActiveRecord::Migration def change create_table :kuztuscms_pages do |t| t.string :name t.string :title t.string :path t.text :description t.text :keywords t.integer :layout_id t.integer :article_id t.timestamps end end end