Sha256: 312babc5071b5e073899b5bd61cb64db7eb2d35b61f34c3c5851325674684524
Contents?: true
Size: 335 Bytes
Versions: 9
Compression:
Stored size: 335 Bytes
Contents
Sequel.migration do change do create_table :reg_1900 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_apur_icms, String, size: 1 column :descr_compl_out_apur, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems