Sha256: 5856deffa739ab88968039c6af751244a8d0121796abab5deb7f3a17ccc03cd2
Contents?: true
Size: 340 Bytes
Versions: 5
Compression:
Stored size: 340 Bytes
Contents
class CreateSpreeBillets < ActiveRecord::Migration def change create_table :spree_billets do |t| t.string :status t.decimal :amount t.date :paid_in t.integer :document_number t.references :order t.references :payment_method t.references :user t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems