Sha256: 9f82a95fe772fd580fdf14eb88ba06f91c5b50b4d05b59da8218f9a5c7bbe42a
Contents?: true
Size: 507 Bytes
Versions: 5
Compression:
Stored size: 507 Bytes
Contents
Sequel.migration do change do create_table :reg_c190 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_mod, String, size: 2 column :dt_ref_ini, Date column :dt_ref_fin, Date column :cod_item, String, size: 60 column :cod_ncm, String, size: 8 column :ex_ipi, String, size: 3 column :vl_tot_item, BigDecimal, size: [18, 2] column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems