Sha256: 2ca08458c02a74d01153a2b0ce782401ded3903efe0b4f3d889e18a12f5f4108
Contents?: true
Size: 379 Bytes
Versions: 23
Compression:
Stored size: 379 Bytes
Contents
# == Schema Information # # Table name: users # # id :integer not null, primary key # name :string # age :integer # salary :decimal(, ) # bio :text # created_at :datetime not null # updated_at :datetime not null # account_id :integer # dob :date # class User < ActiveRecord::Base has_many :comments end
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
rails_db-0.2.1 | test/dummy/app/models/user.rb |
rails_db-0.2 | test/dummy/app/models/user.rb |
rails_db-0.1 | test/dummy/app/models/user.rb |