Skip to content

Commit

Permalink
Fixed easy issue (SQL) fork-commit-merge#958
Browse files Browse the repository at this point in the history
  • Loading branch information
Fshahnaj committed Nov 29, 2023
1 parent dfae165 commit d667888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/sql/easy/create_users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

CREATE TABLE users (
-- TODO: Add all the requested fields
id INTEGER PRIMARY KEY,
name TEXT,
email TEXT
);

0 comments on commit d667888

Please sign in to comment.