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
1737c206
Commit
1737c206
authored
Jun 02, 2020
by
Tom Henrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MLD.txt
parent
6e96541c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
MLD.txt
MLD.txt
+6
-3
No files found.
MLD.txt
View file @
1737c206
...
...
@@ -24,20 +24,23 @@ Traitement (#Id : Integer, Nom : string, Description : string, Cible : string, P
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)
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
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)
Méthode_de_récolte (#Id : integer, Methode de recolte : {Manuel, Mecanique}, Prix : float
, parcelle=>Parcelle
)
Id une clé artificielle
Methode de recolte NOT NULL
Prix >0 NOT NULL
parcelle NOT NULL
Mode de taille (#Id : integer, Nom : string)
Mode de taille (#Id : integer, Nom : string
, parcelle=>Parcelle
)
Id une clé artificielle
Nom NOT NULL
parcelle NOT NULL²
Vin (#Id : integer, Nom : string, Prix:float, conditionnement=>Conditionnement, critère=>Critère_qualitatif, circuit=>Circuit_Vente)
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