-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraft.yaml
More file actions
54 lines (49 loc) · 1.18 KB
/
draft.yaml
File metadata and controls
54 lines (49 loc) · 1.18 KB
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
models:
Partner:
Name: string:400
First_Surname: string:400
Second_Surname: string:400
relationships:
hasOne: user
Company:
Comercial_Name: varchar:255
Description: text
Business_Type: varchar:255
relationships:
hasOne: user
Wedding:
Ceremony_Start_Time: time
Lunch_Start_Time: time
Dinner_Start_Time: time
Party_Start_Time: time
Party_Finish_Time: time
Dress_Code: enum:etiqueta, semi_formal, casual, cóctel, formal, playa, fiesta_jardín, masculino, femenino, mixto
Wedding_Date: date
Music: varchar:255
relationships:
hasOne: Partner
hasMany: Guest
belongsToMany: Location
Location:
Population: string:400
Postal_Code: integer
City: string:400
Country: string:400
relationships:
belongsToMany: Wedding
Guest:
Name: string:400
First_Surname: string:400
Second_Surname: string:400
Extra_Information: text
Allergy: text
Feeding: string:400
relationships:
belongsTo: Weeding
hasMany: Attendant
Attendant:
Name: string:400
First_Surname: string:400
Second_Surname: string:400
relationships:
belongsTo: Guest