Sha256: 30287a0ca59cb2e8f6ecbf60751c10cca0f7dc6d5d8dde0f8286a27a30aaa7a2

Contents?: true

Size: 572 Bytes

Versions: 3

Compression:

Stored size: 572 Bytes

Contents

Sequel.migration do
  change do
    create_table :reg_d501 do
      column :id, :Bignum, primary_key: true
      column :id_pai, :Bignum, index: true, null: false
      column :cst_pis, String, size: 2
      column :vl_item, BigDecimal, size: [18, 2]
      column :nat_bc_cred, String, size: 2
      column :vl_bc_pis, BigDecimal, size: [18, 2]
      column :aliq_pis, BigDecimal, size: [18, 4]
      column :vl_pis, BigDecimal, size: [18, 2]
      column :cod_cta, String, size: 255
      column :cnpj_pai, String, size: 14, index: true
    end
  end
end

Version data entries

3 entries across 1 versions & 1 rubygems

Version Path
sped2db-1.2.0 migrations/contrib/v003/103_create_table_reg_d501.rb
sped2db-1.2.0 migrations/contrib/v004/103_create_table_reg_d501.rb
sped2db-1.2.0 migrations/contrib/v005/104_create_table_reg_d501.rb