Sha256: 9afb25ce0acdfdf727841d5a41396b3c3bf1124c2d3a46494479628163679871
Contents?: true
Size: 311 Bytes
Versions: 14
Compression:
Stored size: 311 Bytes
Contents
Sequel.migration do change do create_table :reg_0190 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :unid, String, size: 6 column :descr, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
14 entries across 3 versions & 1 rubygems