Sha256: ef8f24ca8c93282ad9a5789a94ec83ed2685ff55e0852bd155125d6a0e3a3a7f
Contents?: true
Size: 366 Bytes
Versions: 5
Compression:
Stored size: 366 Bytes
Contents
# This migration comes from punto_pagos_rails (originally 20140928003539) 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