Sha256: aa239560dec123828fcafc375562b4ccc0bd84349180a7af151ff5eb77a97e9c
Contents?: true
Size: 317 Bytes
Versions: 16
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true class CreateDecidimPlansSections < ActiveRecord::Migration[5.2] def change create_table :decidim_plans_sections do |t| t.integer :position, index: true t.jsonb :body t.references :decidim_component, index: true, null: false t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems