You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
Create a model for
Events
.Attributes
id
(PrimaryKey) - A UUID generated for the eventDate Created
- The datetime the event was added to the database.Date Hosted
- The datetime the event will startDate Expire
- The datetime the event will end or expireCreator
(ForeignKey) - TheAccount
that created the eventHosting SIG
(ForeignKey, Nullable) - The SIG that is hosting the eventTitle
- The title of the eventDescription
- A description for the eventLocation
- Where the event in locatedProduct
(ForeignKey, nullable) - If the user needs to pay for the event, the product associated with the paymentflier
(nullable) - A flyer associated with the eventlink
(nullable) - A link to the eventThe text was updated successfully, but these errors were encountered: