class CreateConditions < ActiveRecord::Migration[6.1] def change create_table :conditions do |t| t.string :gid t.string :name t.text :description t.jsonb :whatnot t.timestamps end end end