Sha256: 721d29556b18b921d79c3e15c9d68d0bde8b85da8766b7c611cf0749ad46e9f1
Contents?: true
Size: 296 Bytes
Versions: 8
Compression:
Stored size: 296 Bytes
Contents
# This migration comes from ecm_cms_engine (originally 5) class CreateEcmCmsNavigations < ActiveRecord::Migration def change create_table :ecm_cms_navigations do |t| t.string :locale t.string :name # friendly id t.string :slug t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems