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