Sha256: 5b055c534ee7b9d2a1cf1ccfd7b963c39272b1dbcf3bda031e0f822484edddc8

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

Sequel.migration do
  change do
    create_table :reg_0110 do
      column :id, :Bignum, primary_key: true
      column :id_pai, :Bignum, index: true, null: false
      column :cod_inc_trib, String, size: 1
      column :ind_apro_cred, String, size: 1
      column :cod_tipo_cont, String, size: 1
      column :ind_reg_cum, String, size: 1
      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/005_create_table_reg_0110.rb
sped2db-1.2.0 migrations/contrib/v004/005_create_table_reg_0110.rb
sped2db-1.2.0 migrations/contrib/v005/005_create_table_reg_0110.rb