Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
na17p2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tom Henrion
na17p2
Commits
4417ff65
Commit
4417ff65
authored
Jun 02, 2020
by
Tom Henrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MLD.txt
parent
a38b922b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
17 deletions
+10
-17
MLD.txt
MLD.txt
+10
-17
No files found.
MLD.txt
View file @
4417ff65
Parcelle(#Numero : integer, Surface : float, Exposition : integer, Etat : {Plantation, Arrachage})
Parcelle(#Numero : integer, Surface : float, Exposition : integer, Etat : {Plantation, Arrachage}
, cépage=>Cépage, type_sol=>Type_de_sol, culture=>Méthode_de_Culture, récolte=>Mode_de_récolte
)
Numero NOT NULL
Etat NOT NULL
Surface > 0 NOT NULL
Exposition NOT NULL entre 1 et 10
type_sol NOT NULL
Cépage(#Nom : string, Couleur_fruit : string, D
ate_plantation = DATE, Duree_germinaison : integer, parcelle=>Parcelle
)
Cépage(#Nom : string, Couleur_fruit : string, D
uree_germinaison : integer
)
Nom NOT NULL
Couleur_fruit NOT NULL
Date_plantation NOT NULL
Duree_germinaison > 0 NOT NULL
parcelle NOT NULL
Type_de_sol (#Nom : string, parcelle=>Parcelle)
parcelle NOT NULL
Type_de_sol (#Nom : string, Irrigation : string)
Irrigation NOT NULL
parcelle NOT NULL
Traitement (#Id : Integer, Nom : string, Description : string, Cible : string, Prix : float, Duree_traitement : integer, parcelle=>Parcelle)
Id une clé artificielle
Nom NOT NULL
Traitement (#Nom : string, Description : string, Cible : string, Prix : float, Duree_traitement : integer)
Description NOT NULL
Cible NOT NULL
Prix >0 NOT NULL
Duree_traitement > 0 NOT NULL
parcelle NOT NULL
Traite (#parcelle=>Parcelle, #vin=>Vin)
Mode_de_culture (#Id : integer, Type : {Désherbées en plein, enherbées et tondues, ou cultivées}, Annee : integer, Description : string, parcelle=>Parcelle)
Id une clé artificielle
Mode_de_culture (#Type : {Désherbées en plein, enherbées et tondues, ou cultivées}, Description : string)
Type NOT NULL
Annee >0 NOT NULL
Description NOT NULL
parcelle NOT NULL
Méthode_de_récolte (#Id : integer, Methode de recolte : {Manuel, Mecanique}, Prix : float, parcelle=>Parcelle)
Id une clé artificielle
Méthode_de_récolte (#Methode de recolte : {Manuel, Mecanique}, Prix : float)
Methode de recolte NOT NULL
Prix >0 NOT NULL
parcelle NOT NULL
Mode de taille (#Id : integer, Nom : string, parcelle=>Parcelle)
Id une clé artificielle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment