Sha256: c7fcf338fe7a48fd3d0f0c9e9fe3cc10a04441d06018506e2bd2f43b1d3a9b17
Contents?: true
Size: 316 Bytes
Versions: 5
Compression:
Stored size: 316 Bytes
Contents
Sequel.migration do change do create_table :reg_d111 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :num_proc, String, size: 20 column :ind_proc, String, size: 1 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems