Sha256: 5f75862229c4d68cfac09ae450622053875a4851d0b1775a5a4eb4bf57d32d0f

Contents?: true

Size: 200 Bytes

Versions: 2

Compression:

Stored size: 200 Bytes

Contents

class JsonbInitializer
  def self.initialize!
    ActiveRecord::Migration.create_table :issues, id: :string do |t|
      t.jsonb :document, null: false
    end
  end
end

JsonbInitializer.initialize!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
superstore-3.0.0 test/support/jsonb.rb
superstore-2.5.0 test/support/jsonb.rb