Skip to content

Instantly share code, notes, and snippets.

@Haguilar91
Created December 6, 2019 01:54
Show Gist options
  • Save Haguilar91/164a768ac5990a8db51bc9feeb678f56 to your computer and use it in GitHub Desktop.
Save Haguilar91/164a768ac5990a8db51bc9feeb678f56 to your computer and use it in GitHub Desktop.
models
# == Schema Information
#
# Table name: chats
#
# id :bigint not null, primary key
# message :string(255)
# created_at :datetime not null
# updated_at :datetime not null
# room_id :integer
# user_id :string(255)
#
# == Schema Information
#
# Table name: rooms
#
# id :bigint not null, primary key
# user_id :integer
# doctor_id :integer
# created_at :datetime not null
# updated_at :datetime not null
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment