Sha256: a7090ffd88d9e20d0b52cdf98197e723888197dca1094b4dfeb839085552d1d2
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
class CreatePandaCMSPages < ActiveRecord::Migration[7.1] def change create_table :panda_cms_pages, id: :uuid do |t| t.string :title t.string :path t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems