Sha256: 1f7fa15196f721b941906505dccd0da3fdd4081e422b92d79fb5c0a10fb082a3
Contents?: true
Size: 576 Bytes
Versions: 9
Compression:
Stored size: 576 Bytes
Contents
Sequel.migration do change do create_table :reg_0005 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :fantasia, String, size: 60 column :cep, String, size: 8 column :endereco, String, size: 60 column :num, String, size: 10 column :compl, String, size: 60 column :bairro, String, size: 60 column :fone, String, size: 11 column :fax, String, size: 11 column :email, String, size: 60 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems