Sha256: a24997406dc8daaf2de0f73e502509649a1169f3edc1bce30d980b65f28615d5

Contents?: true

Size: 220 Bytes

Versions: 14

Compression:

Stored size: 220 Bytes

Contents

Sequel.migration do
  change do
    create_table(:transactions) do
      primary_key :id
      String :txid, index: true
      String :hex,  text: true
      Integer :amount
      Integer :block_height
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
txcatcher-0.1.75 db/migrations/001_create_transactions.rb
txcatcher-0.1.74 db/migrations/001_create_transactions.rb
txcatcher-0.1.73 db/migrations/001_create_transactions.rb
txcatcher-0.1.72 db/migrations/001_create_transactions.rb
txcatcher-0.1.8 db/migrations/001_create_transactions.rb
txcatcher-0.1.71 db/migrations/001_create_transactions.rb
txcatcher-0.1.7 db/migrations/001_create_transactions.rb
txcatcher-0.1.6 db/migrations/001_create_transactions.rb
txcatcher-0.1.5 db/migrations/001_create_transactions.rb
txcatcher-0.1.4 db/migrations/001_create_transactions.rb
txcatcher-0.1.3 db/migrations/001_create_transactions.rb
txcatcher-0.1.2 db/migrations/001_create_transactions.rb
txcatcher-0.1.1 db/migrations/001_create_transactions.rb
txcatcher-0.1.0 db/migrations/001_create_transactions.rb