Sha256: 54b0fe3f43bc967b9219249335bdec07af5073d43d87de46b190e64a426c8083
Contents?: true
Size: 379 Bytes
Versions: 9
Compression:
Stored size: 379 Bytes
Contents
Sequel.migration do change do create_table :reg_e220 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_aj_apur, String, size: 8 column :descr_compl_aj, String, size: 1000 column :vl_aj_apur, BigDecimal, size: [18, 2] column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems