Sha256: 11a2ef00cba506fac1cf9dd29a901e78e9d38d73fb8b694c207623c30b76614a
Contents?: true
Size: 470 Bytes
Versions: 5
Compression:
Stored size: 470 Bytes
Contents
Sequel.migration do change do create_table :reg_m510 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_aj, String, size: 1 column :vl_aj, BigDecimal, size: [18, 2] column :cod_aj, String, size: 2 column :num_doc, String, size: 1000 column :descr_aj, String, size: 1000 column :dt_ref, Date column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems