Sha256: dd632256b75f26f58e853dcfdd066d38216526e7fc93ddcce7c92d8c0ab774c1
Contents?: true
Size: 250 Bytes
Versions: 24
Compression:
Stored size: 250 Bytes
Contents
class CreateUsers < ActiveRecord::Migration[6.1] def change create_table :users do |t| t.timestamps t.string :first_name t.string :last_name t.string :email t.date :birthday t.string :phone end end end
Version data entries
24 entries across 24 versions & 1 rubygems