Sha256: 33f89c7d2cdeaf0afef716fd38d4e3425ca723ecdf2c722140cd169aec966c1e
Contents?: true
Size: 200 Bytes
Versions: 2
Compression:
Stored size: 200 Bytes
Contents
# This migration comes from spina (originally 13) class AddJsonAttributesToSpinaAccounts < ActiveRecord::Migration[5.2] def change add_column :spina_accounts, :json_attributes, :jsonb end end
Version data entries
2 entries across 2 versions & 1 rubygems