Dbpatterns is a service that allows you to create, share, explore database models on the web.

Public Newsfeed

itken created new pattern

word book

  • None
  • id
  • name
  • email
  • password
  • word
  • id
  • word
  • memory
  • id

milad forked a pattern

Blog

  • post
  • id
  • title
  • body
  • createDate
  • ...
  • user
  • id
  • username
  • password
  • email
  • ...
  • comment
  • id
  • title
  • body
  • date
  • ...
  • tag
  • id
  • name

leadegroot commented on a pattern

A Business may be part of a Chain (group of business under one brand). Chains and Businesses have Roles (Jobs, positions, titles). People fill those roles. An Emailaddress may go to a Person or it may go to a Role.

Xuan forked a pattern

HotelReservation

  • GUESTS
  • Guest_Id
  • Fname
  • Mname
  • Lname
  • ...
  • RESERVATION
  • ROOMS
  • Room_No
  • RoomType_Code
  • Floor_No
  • IsOccupied
  • ...
  • ROOM_TYPES
  • RoomType_Code
  • RoomType_Name
  • Amenities
  • Capacity
  • ...

Xuan commented on a pattern

~test

muminoff created new pattern

vtcc

  • users
  • phone_number
  • username
  • member_since
  • photo
  • rooms
  • id
  • subject
  • created_at
  • room_members
  • room_id
  • user
  • is_admin
  • room_messages
  • id
  • room_id
  • sender
  • sent_time

leadegroot commented on a pattern

An Event is created. It has one or more Sessions. Persons are Invited to an Event. They RSVP for a specific session. Their eventual attendance is confirmed (or not)

leadegroot created new pattern

Event Attendance

  • Event
  • idEvent
  • nmEvent
  • descOccasion
  • txLinkDocument
  • EventSession
  • idEventSession
  • event_id
  • nmSessionSpecific
  • dateSession
  • Person
  • idPerson
  • EventInvitation
  • idInvitation
  • event_id
  • person_id
  • eventSession_id
  • ...

jamesfoster85 commented on a pattern

Should we consider the location being a lat and long instead of string? It would give the ability to sort by country, search for local projects, etc. Possibly a feature to put in the icebox at least.