Sha256: 64bc5e350a5a8bcb5c76c9fadb3cda6120f8e9e1f7f13cc9c74393d5a30e4e3d
Contents?: true
Size: 413 Bytes
Versions: 9
Compression:
Stored size: 413 Bytes
Contents
Sequel.migration do change do create_table :reg_d110 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :num_item, String, size: 3 column :cod_item, String, size: 60 column :vl_serv, BigDecimal, size: [18, 2] column :vl_out, 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