Sha256: 173d5171253efc18c8c26c01e1f071a77b67472ed920549ee6f3b55e57b3c962
Contents?: true
Size: 279 Bytes
Versions: 88
Compression:
Stored size: 279 Bytes
Contents
# frozen_string_literal: true class CreateDecidimBlogsPosts < ActiveRecord::Migration[5.0] def change create_table :decidim_blogs_posts do |t| t.jsonb :title t.jsonb :body t.references :decidim_component, index: true t.timestamps end end end
Version data entries
88 entries across 88 versions & 1 rubygems