Sha256: 1b549869146a55845b8103c68b738651bbcbebceae08286abeb724499732a0ce
Contents?: true
Size: 329 Bytes
Versions: 9
Compression:
Stored size: 329 Bytes
Contents
Sequel.migration do change do create_table :reg_e500 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_apur, String, size: 1 column :dt_ini, Date column :dt_fin, Date column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems