0% found this document useful (0 votes)
28 views1 page

Event - User Locations Profilps: Indexes

The document describes the tables and columns for an event management database. It includes tables for events, locations, timelines, users, organizers, profiles, and admins. The tables track information like names, descriptions, dates, and foreign keys to link tables together for an event management system.

Uploaded by

Leila Meriem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

Event - User Locations Profilps: Indexes

The document describes the tables and columns for an event management database. It includes tables for events, locations, timelines, users, organizers, profiles, and admins. The tables track information like names, descriptions, dates, and foreign keys to link tables together for an event management system.

Uploaded by

Leila Meriem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

event_user locations

id BIGINT(20) id BIGINT(20) profilps

preuve VARCHAR(255) address VARCHAR(255) id BIGINT(20)

attande TINYINT(4) lien VARCHAR(255) name VARCHAR(255)

is_valide TINYINT(4) type VARCHAR(255) prenom VARCHAR(255)

commentaire VARCHAR(255) event_id BIGINT(20) age INT(11)

stare VARCHAR(255) created_at TIMESTAMP sex VARCHAR(255)

nemero VARCHAR(255) updated_at TIMESTAMP phone VARCHAR(255)


Indexes niveau_univ VARCHAR(255)
code VARCHAR(255)

user_id BIGINT(20) post_actuel VARCHAR(255)

event_id BIGINT(20) description VARCHAR(255)

created_at TIMESTAMP ville VARCHAR(255)

updated_at TIMESTAMP photo VARCHAR(255)

id_user BIGINT(20)
Indexes
created_at TIMESTAMP

updated_at TIMESTAMP
Indexes

timelines
id BIGINT(20)

date_debut VARCHAR(255)

date_fin VARCHAR(255)

heure_debut VARCHAR(255)
events
heure_fin VARCHAR(255)
id BIGINT(20)
event_id BIGINT(20)
titre VARCHAR(255)
remember_token VARCHAR(100)
id_organisateur BIGINT(20)
created_at TIMESTAMP
description VARCHAR(255)
updated_at TIMESTAMP
documents VARCHAR(255)
Indexes
capacite INT(11)

prix VARCHAR(255)

type_paye VARCHAR(255)

8 more...

Indexes

users
organisateurs
id BIGINT(20)
profilos id BIGINT(20)
name VARCHAR(255)
id BIGINT(20) name VARCHAR(255)
email VARCHAR(255)
name VARCHAR(255) email VARCHAR(255)
email_verified_at TIMESTAMP
prenom VARCHAR(255) email_verified_at TIMESTAMP
password VARCHAR(255)
age INT(11) has_profile TINYINT(4)
has_profile TINYINT(4)
sex VARCHAR(255) password VARCHAR(255)
remember_token VARCHAR(100)
phone VARCHAR(255) remember_token VARCHAR(100)
created_at TIMESTAMP
niveau_univ VARCHAR(255) created_at TIMESTAMP
updated_at TIMESTAMP
post_actuel VARCHAR(255) updated_at TIMESTAMP
Indexes
description VARCHAR(255) Indexes

ville VARCHAR(255)

photo VARCHAR(255)

photo_identite VARCHAR(255)
admins
cle VARCHAR(255)
id BIGINT(20)
num_ccp VARCHAR(255)
name VARCHAR(255)
block TINYINT(4)
phone VARCHAR(255)
5 more... organisateur_user
email VARCHAR(255)
Indexes id BIGINT(20)
email_verified_at TIMESTAMP
attande TINYINT(4)
password VARCHAR(255)
user_id BIGINT(20)
remember_token VARCHAR(100)
organisateur_id BIGINT(20)
created_at TIMESTAMP
created_at TIMESTAMP
updated_at TIMESTAMP
updated_at TIMESTAMP
Indexes Indexes

You might also like