Sha256: e2bc0834b903fde9b15b21ea05389ab7d6446ee17299c7e4ffbdb6f6f6ba00c7
Contents?: true
Size: 712 Bytes
Versions: 3
Compression:
Stored size: 712 Bytes
Contents
Sequel.migration do change do create_table :reg_0150 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :cod_part, String, size: 60 column :nome, String, size: 100 column :cod_pais, String, size: 5 column :cnpj, String, size: 14 column :cpf, String, size: 11 column :ie, String, size: 14 column :cod_mun, String, size: 7 column :suframa, String, size: 9 column :end, String, size: 60 column :num, String, size: 1000 column :compl, String, size: 60 column :bairro, String, size: 60 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems