Sha256: b4197011ab23702b7af6a5d03eea3142df39cbf33ac809579044f9946b8c5ae2
Contents?: true
Size: 440 Bytes
Versions: 9
Compression:
Stored size: 440 Bytes
Contents
Sequel.migration do change do create_table :reg_1922 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :num_da, String, size: 1000 column :num_proc, String, size: 15 column :ind_proc, String, size: 1 column :proc, String, size: 1000 column :txt_compl, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems