Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Other Tables

jules2689 edited this page Nov 12, 2014 · 3 revisions

Other Tables

Subjects

column type
id PK (int)
subject varchar(255)
description TEXT

Dates

column type
id PK (int)
start_time datetime
end_time datetime
event_id FK

Images

column type
id PK (int)
image image*
event_id FK

Image will be started on Amazon, this is actually a link

Address

column type
id PK (int)
address1 varchar(255)
address2 varchar(255)
City varchar(255)
State varchar(255)
Country varchar(255)
PostalCode varchar(255)
latitude varchar(255)
longitude varchar(255)

Latitude and Longitude are fetched in the background upon creation of an Address entry. This will allow easy matching via javascript libraries

Transactions

The tracking of all transactions through the system. Links to stripe id

column type
id PK (int)
event_id FK
customer_id FK
event_id FK
price Decimal(10,2)
tax Decimal(10,2)
stripe_id int
Clone this wiki locally