Sha256: 87963c996d88df784894e5b9c69a1c31d0a6e7a267b4e0f92af7674d0be07ddb
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
Sequel.migration do change do create_table :reg_a110 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :cod_inf, String, size: 6 column :txt_compl, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems