Sha256: ec8b13c201b44931318c3ddb78dae31bc95b9ac7bbb92f9b3fc951e3033e8f41
Contents?: true
Size: 327 Bytes
Versions: 3
Compression:
Stored size: 327 Bytes
Contents
Sequel.migration do change do create_table :reg_c509 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, 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
3 entries across 1 versions & 1 rubygems