Sha256: a69f3f6b4aae62276c4910c694409e5a15a5b250343e0dd13ed1521b0c2e6906
Contents?: true
Size: 550 Bytes
Versions: 9
Compression:
Stored size: 550 Bytes
Contents
Sequel.migration do change do create_table :reg_c490 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