Sha256: 397c8d0ee102aa97d03ebc5a8e5513c094d01122b8ad0222fb04e98a5dcf2d4a
Contents?: true
Size: 318 Bytes
Versions: 14
Compression:
Stored size: 318 Bytes
Contents
Sequel.migration do change do create_table :reg_c110 do column :id, Integer, primary_key: true column :id_pai, Integer, 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
14 entries across 3 versions & 1 rubygems