Skip to content

Commit

Permalink
Insert de tipo correio...
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseFilipi committed Sep 8, 2024
1 parent 09b8b19 commit dd09be1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sql/dml/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ VALUES ('Escada', true);
INSERT INTO tipo_terreno (descricao, movimento)
VALUES ('Grama', true);
INSERT INTO tipo_terreno (descricao, movimento)
VALUES ('Correio', false);
INSERT INTO tipo_terreno (descricao, movimento)
VALUES ('Veneno', false);
INSERT INTO tipo_terreno (descricao, movimento)
VALUES ('Pedra', false);
Expand Down

0 comments on commit dd09be1

Please sign in to comment.