class AddMasterToUsuario < ActiveRecord::Migration[5.2]
  def change
    add_column :usuarios, :master, :boolean, :default => false
  end
end
