Sha256: be3d48981b193e744410715854964db5e0f909e909bb3d267897fd01456c9cac
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 Bytes
Contents
Sequel.migration do change do create_table :reg_0035 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :cod_scp, String, size: 14 column :nome_scp, String, size: 255 column :inf_comp, String, size: 255 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems