Sha256: 91d1765233ec2b02ce98d16b8604f96ee7ff8304cd40b14acc45dcebca2d3645
Contents?: true
Size: 302 Bytes
Versions: 4
Compression:
Stored size: 302 Bytes
Contents
class CreateRegistrations < ActiveRecord::Migration[5.1] def change create_table :registrations do |t| t.string :first_name t.string :middle_initial t.string :last_name t.string :email t.integer :age t.date :date_of_birth t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems