1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Table User
{
pseudo: 'genial',
status: 'Professeur',
mail: 'leprof@cool.fr',
password: 'azertyuiop!8'
}
{
pseudo: 'jeveuxsavoir',
status: 'Apprenant',
mail: 'lenouveau@apprenant.fr',
password: 'poiuytreza!7'
}
{
pseudo: 'azerty',
status: 'Professeur',
mail: 'azer@zer.fr',
password: 'azertyuiop!8'
}
{
pseudo: 'test',
status: 'Professeur',
mail: 'test@test.fr',
password: 'test!8888'
}
{
pseudo: 'test',
status: 'Professeur',
mail: 'test2@test.fr',
password: 'test!5555'
}
Table ProfilTeacher
{
mail: 'leprof@cool.fr',
firstname: 'le prof',
adminAcceptance: 'waiting',
description: 'je suis super gentil souvenez vous en!!',
ProfilImgPath: '1649927051835-shootings-photo-de-profil-reseaux-sociaux-et-professionnel-a-colmar_014.jpg'
}
{
mail: 'azer@zer.fr',
firstname: 'azertyu',
adminAcceptance: 'waiting',
description: 'content',
ProfilImgPath: null
}
{
mail: 'test@test.fr',
firstname: 'testr',
adminAcceptance: 'waiting',
description: 'tesrdezsd',
ProfilImgPath: null
}
{
mail: 'test2@test.fr',
firstname: 'test',
adminAcceptance: 'waiting',
description: 'zertyui',
ProfilImgPath: '1650012562971-B_gras_italic.jpg'
} |
Partager