Sha256: c0ea66f9859f48606b4ebef30a6f3f0e7ffd17439c5b37705f7894496626049c
Contents?: true
Size: 234 Bytes
Versions: 36
Compression:
Stored size: 234 Bytes
Contents
Sequel.migration do change do create_table(:transactions) do primary_key :id, type: :Bignum String :txid, index: true String :hex, text: true Bignum :amount Integer :block_height end end end
Version data entries
36 entries across 36 versions & 1 rubygems