class V11Schema

Public Instance Methods

change() click to toggle source
# File lib/miteru/database.rb, line 23
def change
  add_column :records, :source, :string, if_not_exists: true
end