Sha256: 6f27ae35a04480729e83dff8994982d5ad86a1c467f76a005e969b0dec9b192d
Contents?: true
Size: 550 Bytes
Versions: 9
Compression:
Stored size: 550 Bytes
Contents
Sequel.migration do change do create_table :reg_c850 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cst_icms, String, size: 3 column :cfop, String, size: 4 column :aliq_icms, BigDecimal, size: [18, 2] column :vl_opr, BigDecimal, size: [18, 2] column :vl_bc_icms, BigDecimal, size: [18, 2] column :vl_icms, BigDecimal, size: [18, 2] column :cod_obs, String, size: 6 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems