Subversion Repositories eFlore/Applications.del

Rev

Rev 794 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 794 Rev 925
Line 1... Line 1...
1
; +------------------------------------------------------------------------------------------------------+
1
; +------------------------------------------------------------------------------------------------------+
2
[mapping_votes]
2
[mapping_votes]
3
ce_protocole = protocole.id
-
 
4
ce_proposition = proposition.id
-
 
5
id_vote = vote.id
-
 
6
valeur = vote
-
 
7
ce_image = image.id
-
 
8
ce_utilisateur = auteur.id
-
 
9
nom = auteur.nom
-
 
10
prenom = auteur.prenom
-
 
11
courriel = auteur.courriel
-
 
12
date = date
-
 
13
id_protocole = protocole.id
-
 
14
intitule = protocole.intitule
-
 
15
descriptif = protocole.descriptif
-
 
16
3
ce_protocole = "protocole.id"
-
 
4
ce_proposition = "proposition.id"
-
 
5
id_vote = "vote.id"
-
 
6
valeur = "vote"
-
 
7
ce_image = "image.id"
-
 
8
ce_utilisateur = "auteur.id"
-
 
9
nom = "auteur.nom"
-
 
10
prenom = "auteur.prenom"
-
 
11
courriel = "auteur.courriel"
-
 
12
date = "date"
-
 
13
id_protocole = "protocole.id"
-
 
14
intitule = "protocole.intitule"
-
 
15
descriptif = "protocole.descriptif"
-
 
16
17
17