Sha256: a0e5590e09ec6ca14f44de7d3550beaeca8016add52e1a43cf1b3452c7f472ed
Contents?: true
Size: 546 Bytes
Versions: 5
Compression:
Stored size: 546 Bytes
Contents
Sequel.migration do change do create_table :reg_0500 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :dt_alt, Date column :cod_nat_cc, String, size: 2 column :ind_cta, String, size: 1 column :nivel, String, size: 5 column :cod_cta, String, size: 60 column :nome_cta, String, size: 60 column :cod_cta_ref, String, size: 60 column :cnpj_est, String, size: 14 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems