Sha256: c0b3339ac13150eca517bd8bf0726d2307562243fd34259315e89cc02feca8ed
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 Bytes
Contents
Sequel.migration do change do create_table :reg_0208 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_tab, String, size: 2 column :cod_gru, String, size: 2 column :marca_com, String, size: 60 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems