Sha256: 43b5266887a508d44a121e139ff1cb4d5d5b2a56e9cbac488728d3fab855f509
Contents?: true
Size: 362 Bytes
Versions: 9
Compression:
Stored size: 362 Bytes
Contents
Sequel.migration do change do create_table :reg_c174 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_arm, String, size: 1 column :num_arm, String, size: 1000 column :descr_compl, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems