Sha256: a8328d9e01dc4a7ccd3bab92d7149dbe27d30cc74452c49685efff7e19012fb5
Contents?: true
Size: 483 Bytes
Versions: 9
Compression:
Stored size: 483 Bytes
Contents
Sequel.migration do change do create_table :reg_c160 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_part, String, size: 60 column :veic_id, String, size: 7 column :qtd_vol, Integer column :peso_brt, BigDecimal, size: [18, 2] column :peso_liq, BigDecimal, size: [18, 2] column :uf_id, String, size: 2 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems