-
Notifications
You must be signed in to change notification settings - Fork 2
Tables
Zaine Kingi edited this page Sep 27, 2018
·
14 revisions
Column | Type | Constraints |
---|---|---|
id | integer | PK |
name | string | |
string | UNIQUE | |
hash | string | |
lat | float | |
long | float | |
address | string | |
suburb | string | |
city | string | |
postcode | integer | |
description | string | |
hours | string |
Column | Type | Constraints |
---|---|---|
id | integer | PK |
user_id | integer | FK |
name | string | |
price | string | |
quantity | string | |
description | string | |
category | string | |
organic | boolean | |
freerange | boolean |