Skip to content

Commit

Permalink
update: DDL.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kauaneiras committed Sep 8, 2024
1 parent 7f1919c commit 5736c05
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 839 deletions.
4 changes: 3 additions & 1 deletion docs/entrega2/DDL.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ CREATE TABLE Scene (
-- Criação da tabela Dialogue
CREATE TABLE Dialogue (
dialogue_id SERIAL PRIMARY KEY,
description VARCHAR(300)
description VARCHAR(300),
answer_left VARCHAR(300),
answer_right VARCHAR(300)
);

-- Criação da tabela Item
Expand Down
Loading

0 comments on commit 5736c05

Please sign in to comment.