Sha256: 004232d367f32fd8d9e4ee3ade56a75340a033dae8f5ebd00b850405c31dd812
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
Sequel.migration do change do create_table :reg_i200 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :num_campo, String, size: 2 column :cod_det, String, size: 5 column :vl_det, BigDecimal, size: [18, 2] column :cod_cta, String, size: 255 column :inf_comp, String, size: 90 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems