Sha256: 0ed1761d0049ddaaad44c30896c1ee790af4c096e0423e9c5e5ceaff378b0277
Contents?: true
Size: 359 Bytes
Versions: 16
Compression:
Stored size: 359 Bytes
Contents
# typed: true class AddSerializedToWizards < ActiveRecord::Migration[5.2] def change add_column :wizards, :owl_results, :text # Hash add_column :wizards, :newt_subjects, :text # generic add_column :wizards, :pets, :text # Array add_column :wizards, :patronus_characteristics, :text # serialized as JSON, but not a JSON column type end end
Version data entries
16 entries across 16 versions & 1 rubygems