Sha256: 62790c90f3721192927ab660c25c14752feed9ba932f5b9cb10ca1f6cc6c1436
Contents?: true
Size: 623 Bytes
Versions: 1
Compression:
Stored size: 623 Bytes
Contents
Sequel.migration do change do create_table :reg_m215 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :ind_aj_bc, String, size: 1 column :vl_aj_bc, BigDecimal, size: [18, 2] column :cod_aj_bc, String, size: 2 column :num_doc, String, size: 1000 column :descr_aj_bc, String, size: 1000 column :dt_ref, Date column :cod_cta, String, size: 255 column :cnpj, String, size: 14 column :info_compl, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sped2db-1.2.0 | migrations/contrib/v005/156_create_table_reg_m215.rb |