Sha256: c423f8d73de6c6df9b905e09a54029fc8e33ecd00a6c6f2cc756a5ab3c4b8918
Contents?: true
Size: 226 Bytes
Versions: 19
Compression:
Stored size: 226 Bytes
Contents
class CreatePet < ActiveRecord::Migration[7.0] def change create_table :pets do |t| t.string :name t.date :date_of_birth t.string :animal t.integer :owner_id t.timestamps end end end
Version data entries
19 entries across 19 versions & 1 rubygems