Sha256: 0386c4eaaa26f1040ff2b731c9f8bfbf5b3baafa2b9aa9b391a25aa6a710dbde
Contents?: true
Size: 229 Bytes
Versions: 61
Compression:
Stored size: 229 Bytes
Contents
class CreateTelefones < ActiveRecord::Migration def change create_table :telefones do |t| t.string :numero t.references :contato, index: true, foreign_key: true t.timestamps null: false end end end
Version data entries
61 entries across 61 versions & 1 rubygems