Sha256: 97353ce305a3c582ba439ee40eeeedc935cd685f9e88d78520967204465b60d5
Contents?: true
Size: 533 Bytes
Versions: 9
Compression:
Stored size: 533 Bytes
Contents
Sequel.migration do change do create_table :reg_d161 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_carga, String, size: 1 column :cnpj_cpf_col, String, size: 14 column :ie_col, String, size: 14 column :cod_mun_col, String, size: 7 column :cnpj_cpf_entg, String, size: 14 column :ie_entg, String, size: 14 column :cod_mun_entg, String, size: 7 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems