Sha256: c9f413619695234aa88a0b119554784418d2fd910539efbaef00b570673152d8

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

Sequel.migration do
  change do
    create_table :reg_c010 do
      column :id, :Bignum, primary_key: true
      column :id_pai, :Bignum, index: true, null: false
      column :cnpj, String, size: 14
      column :ind_escri, 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/045_create_table_reg_c010.rb
sped2db-1.2.0 migrations/contrib/v004/045_create_table_reg_c010.rb
sped2db-1.2.0 migrations/contrib/v005/046_create_table_reg_c010.rb