Sha256: 7800685efc287e1c4831a980c6d9f646e09d3a0d006b59bd911e98644d778abf

Contents?: true

Size: 386 Bytes

Versions: 39

Compression:

Stored size: 386 Bytes

Contents

class CreatePandaCmsBlockContents < ActiveRecord::Migration[7.1]
  def change
    create_table :panda_cms_block_contents, id: :uuid do |t|
      t.references :panda_cms_page, null: false, foreign_key: true, type: :uuid
      t.references :panda_cms_block, null: false, foreign_key: true, type: :uuid
      t.jsonb :content, null: false, default: {}
      t.timestamps
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
panda_cms-0.6.3 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.6.2 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.6.1 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.6.0 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.10 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.9 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.8 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.7 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.6 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.5 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.4 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.3 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.2 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.1 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.5.0 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.3.15 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.3.14 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.3.13 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.3.12 db/migrate/20240303024256_create_panda_cms_block_contents.rb
panda_cms-0.3.11 db/migrate/20240303024256_create_panda_cms_block_contents.rb