Sha256: e5c3034077ecaecf609c59a87c910d49e7b582c0259b94e79376420c6c380d97
Contents?: true
Size: 486 Bytes
Versions: 9
Compression:
Stored size: 486 Bytes
Contents
Sequel.migration do change do create_table :reg_0300 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_ind_bem, String, size: 60 column :ident_merc, String, size: 1 column :descr_item, String, size: 1000 column :cod_prnc, String, size: 60 column :cod_cta, String, size: 60 column :nr_parc, String, size: 3 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems