Sha256: b9548ff3d75ae891f9462a775d65cf367d917ed30a4bc67b182eca821cf227a4
Contents?: true
Size: 534 Bytes
Versions: 5
Compression:
Stored size: 534 Bytes
Contents
Sequel.migration do change do create_table :reg_0140 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_est, String, size: 60 column :nome, String, size: 100 column :cnpj, String, size: 14 column :uf, String, size: 2 column :ie, String, size: 14 column :cod_mun, String, size: 7 column :im, String, size: 1000 column :suframa, String, size: 9 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems