class AddIsJupyterForShixuns < ActiveRecord::Migration[5.2] def change add_column :shixuns, :is_jupyter, :boolean, :default => false end end