Sha256: 0f743e35054da0b9f04df3b422733716dbfce01b6e04339b7c718030d3c8d722
Contents?: true
Size: 611 Bytes
Versions: 9
Compression:
Stored size: 611 Bytes
Contents
Sequel.migration do change do create_table :reg_1100 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_doc, String, size: 1 column :nro_de, String, size: 11 column :dt_de, Date column :nat_exp, String, size: 1 column :nro_re, String, size: 12 column :dt_re, Date column :chc_emb, String, size: 18 column :dt_chc, Date column :dt_avb, Date column :tp_chc, String, size: 2 column :pais, String, size: 3 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems