Sha256: cdcad90e53cdfe764a53e9e99ac5c6506532d0bf72c690eb260c74849913e11f
Contents?: true
Size: 374 Bytes
Versions: 76
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true class CreateParticipatoryTexts < ActiveRecord::Migration[5.2] def change create_table :decidim_proposals_participatory_texts do |t| t.jsonb :title t.jsonb :description t.belongs_to :decidim_component, null: false, index: { name: "idx_participatory_texts_on_decidim_component_id" } t.timestamps end end end
Version data entries
76 entries across 76 versions & 1 rubygems