Sha256: 469e22b45db2945295a4c03bc8183fca103bda4532dd6f15cd4d22847fc35854
Contents?: true
Size: 241 Bytes
Versions: 9
Compression:
Stored size: 241 Bytes
Contents
class CreatePageflowPermalinkDirectories < ActiveRecord::Migration[5.2] def change create_table :pageflow_permalink_directories do |t| t.string :path t.belongs_to :theming, index: true t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems