Skip to content

Instantly share code, notes, and snippets.

@kooler62
Last active April 12, 2018 10:08
Show Gist options
  • Select an option

  • Save kooler62/2b4efbea24e448799f1037b922860898 to your computer and use it in GitHub Desktop.

Select an option

Save kooler62/2b4efbea24e448799f1037b922860898 to your computer and use it in GitHub Desktop.
Entities

Users

id
name
surname
sex
email
password
is_confirmed
role(guest/user/farmer/admin)
avatar
** other fields for full profile

Farms

id
owner
email?
address
phone?
title
types[factory/plant/farm,...]
products[milk, eggs,...]
img
geopoint
likecounter?
repostcounter?

Types

id
title
bg_color
icon
description

Products

id
title

Favourites

id
type_id
user_id

Subscriptions

id
farm_id
user_id

Wall?
Posts?
Messages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment