Sha256: 2b9074ec2f45b3d7fe5f02038469a0ac69165901587e9f437197d862b025ad03
Contents?: true
Size: 335 Bytes
Versions: 9
Compression:
Stored size: 335 Bytes
Contents
class CreateDecidimStaticPages < ActiveRecord::Migration[5.0] def change create_table :decidim_static_pages do |t| t.jsonb :title, null: false t.string :slug, null: false t.jsonb :content, null: false t.references :decidim_organization, foreign_key: true, index: true t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems