Skip to content

Database Schema

Kartikk R Pandian edited this page Nov 9, 2017 · 13 revisions

Table Index

  1. meetup

Meetup Table

Table Name: meetup

Table structure

Key Description Type Required
meetupName Search text matched with meetupName String Yes
meetupOwner User name of event creator String Yes
description Event description String No
agenda Agenda for the event String No
location Location address String No
coordinates Coordinates to the event (Lat, long) Double[] No
thumbUrl Url for event thumbnail String Yes
count Number of attendees so far Int Yes

Clone this wiki locally