Sha256: f718185c0ec55e585f0473557a7ca81ab3c1951a73cfe0d39cb984bbd54fe15b
Contents?: true
Size: 202 Bytes
Versions: 4
Compression:
Stored size: 202 Bytes
Contents
class CreateContacts < ActiveRecord::Migration[5.0] def change create_table :contacts do |t| t.string :name t.string :phone t.string :email t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems