Create
Query
database.db
—
events
events
reservations
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Add Index
Indexed Columns
id (VARCHAR(100))
title (VARCHAR(255))
begin (DATETIME)
end (DATETIME)
lastBooking (DATETIME)
maxApplicants (INT(4))
bookings (INT(4))
location (VARCHAR(500))
description (VARCHAR(500))
created_at (TIMESTAMP)
Unique?
No
Yes
Add index
Cancel