Sha256: 9c43e73a335e0eddc355ec63b584a04346ae57009101f883ebda4f6f8151bde1
Contents?: true
Size: 292 Bytes
Versions: 5
Compression:
Stored size: 292 Bytes
Contents
class CreatePuntoPagosRailsTransactions < ActiveRecord::Migration def change create_table :punto_pagos_rails_transactions do |t| t.integer :resource_id t.string :token t.integer :amount t.string :error t.string :state t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems