Sha256: 1c20fe712d566bbd4cc5db299c97a688e462d7eb0094c44ea10990a9ffa32049
Contents?: true
Size: 398 Bytes
Versions: 30
Compression:
Stored size: 398 Bytes
Contents
class CreateKuhsaftLocalizedPages < ActiveRecord::Migration def self.up create_table :localized_pages do |t| t.string :title t.string :slug t.string :keywords t.text :description t.text :body t.integer :published t.string :locale t.references :page t.timestamps end end def self.down drop_table :localized_pages end end
Version data entries
30 entries across 30 versions & 1 rubygems