Sha256: 799aaf5539219d7f2f3749d1879ff27ff1b332313aaf4ac3fc57d1e55f172c88

Contents?: true

Size: 118 Bytes

Versions: 2

Compression:

Stored size: 118 Bytes

Contents

class AddVoidedAt < ActiveRecord::Migration
  def change
    add_column :visa_tokens, :voided_at, :datetime
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
visa-0.0.3 db/migrate/2_add_voided_at.rb
visa-0.0.2 db/migrate/2_add_voided_at.rb