Sha256: a9fff789720657ca82acc288b8ebebf50eb1516cc357b60bd81e529a08e4d750
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 Bytes
Contents
Sequel.migration do change do create_table :reg_i010 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :cnpj, String, size: 14 column :ind_ativ, String, size: 2 column :info_compl, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems