Sha256: 1c42561b93b120935a2350f68be521ff7c8ff1870737c4ce186de8b052917895
Contents?: true
Size: 461 Bytes
Versions: 9
Compression:
Stored size: 461 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 :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems