Sha256: f91c9d1e39811b2111d18e6e86313bf24cda60c1468887b4435a3ca6f0aacfff
Contents?: true
Size: 471 Bytes
Versions: 9
Compression:
Stored size: 471 Bytes
Contents
Sequel.migration do change do create_table :reg_d355 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :dt_doc, Date column :cro, String, size: 3 column :crz, String, size: 6 column :num_coo_fin, String, size: 9 column :gt_fin, BigDecimal, size: [18, 2] column :vl_brt, 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