Sha256: d188cbc4f6fe8e61a5eeab496573b216a1953c4cee597f402add4e7531f6bc4a
Contents?: true
Size: 373 Bytes
Versions: 9
Compression:
Stored size: 373 Bytes
Contents
Sequel.migration do change do create_table :reg_c178 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cl_enq, String, size: 5 column :vl_unid, BigDecimal, size: [18, 2] column :quant_pad, BigDecimal, size: [18, 3] column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems