Sha256: 2e220ae156c4e5d8cd06f5fce02c5f4fe98c69154bf043ad2d39edf5c5ad1ef9
Contents?: true
Size: 471 Bytes
Versions: 5
Compression:
Stored size: 471 Bytes
Contents
Sequel.migration do change do create_table :reg_c405 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: 6 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
5 entries across 3 versions & 1 rubygems