Sha256: e80e3fbdd8a065ad66652cb5ebff0ac91fcfb4c195080d697ccd86b6073941c7
Contents?: true
Size: 399 Bytes
Versions: 9
Compression:
Stored size: 399 Bytes
Contents
Sequel.migration do change do create_table :reg_d120 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_mun_orig, String, size: 7 column :cod_mun_dest, String, size: 7 column :veic_id, String, size: 7 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