Sha256: 7875d7653c10fe4677a6ebdd80a3845bc2a42d7c3717a7e518320703846c63fd
Contents?: true
Size: 312 Bytes
Versions: 14
Compression:
Stored size: 312 Bytes
Contents
Sequel.migration do change do create_table :reg_0450 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_inf, String, size: 6 column :txt, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
14 entries across 3 versions & 1 rubygems