Sha256: b399e4c55a720ec6e152e91348b2b8470095b4236ac20f7dc724f4c54d705324
Contents?: true
Size: 719 Bytes
Versions: 5
Compression:
Stored size: 719 Bytes
Contents
Sequel.migration do change do create_table :reg_0000 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true column :cod_ver, String, size: 3 column :tipo_escrit, String, size: 1 column :ind_sit_esp, String, size: 1 column :num_rec_anterior, String, size: 41 column :dt_ini, Date column :dt_fin, Date column :nome, String, size: 100 column :cnpj, String, size: 14 column :uf, String, size: 2 column :cod_mun, String, size: 7 column :suframa, String, size: 9 column :ind_nat_pj, String, size: 2 column :ind_ativ, String, size: 1 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems