Sha256: 4e45d9c880e95bbeb3ca528cb4f0bae3240d9da9854d758dc8bbb7361c108563
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 Bytes
Contents
# frozen_string_literal: true class CreateEnhancedTextworkParticipatoryTexts < ActiveRecord::Migration[5.2] def change create_table :decidim_enhanced_textwork_participatory_texts do |t| t.jsonb :title t.jsonb :description t.belongs_to :decidim_component, null: false, index: { name: "idx_enhanced_textwork_participatory_texts_decidim_component_id" } t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems