Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
d9408c1f
Commit
d9408c1f
authored
Jun 08, 2021
by
Leon Do Castelo
Browse files
Update tables.sql
parent
28bb3c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/tables.sql
View file @
d9408c1f
CREATE
TABLE
IF
NOT
EXISTS
automates
(
nom
VARCHAR
(
30
)
PRIMARY
KEY
,
defaut
INTEGER
NOT
NULL
defaut
INTEGER
NOT
NULL
,
description
TEXT
NOT
NULL
,
auteur
VARCHAR
(
30
),
annee
DATE
);
CREATE
TABLE
IF
NOT
EXISTS
reseaux
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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