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
dbfbe957
Verified
Commit
dbfbe957
authored
Jun 08, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Merge branch 'master' of gitlab.utc.fr:rdelaage/lo21-projet
parents
b76998ed
ca841a13
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/brians_brain.sql
View file @
dbfbe957
INSERT
INTO
automates
VALUES
(
"Brian's brain"
,
500
500
,
"Comparable à un cerveau, dont les cellules seraient des neurones qui peuvent être dans trois états."
,
"Brian Silverman"
,
1996
);
INSERT
INTO
EnsembleEtats
VALUES
(
...
...
sql/tables.sql
View file @
dbfbe957
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