Sha256: 965fec42b7a0e5d2d5a03a9be58c5812395b8137deee320673a16ee9893eab79
Contents?: true
Size: 263 Bytes
Versions: 4
Compression:
Stored size: 263 Bytes
Contents
class CreatePandaCmsPages < ActiveRecord::Migration[7.1] def change unless table_exists?(:panda_cms_pages) create_table :panda_cms_pages, id: :uuid do |t| t.string :title t.string :path t.timestamps end end end end
Version data entries
4 entries across 4 versions & 1 rubygems