Skip to content

Commit c1ce705

Browse files
committed
commit
1 parent c137e11 commit c1ce705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CREATE TABLE IF NOT EXISTS users (
66
id INT AUTO_INCREMENT PRIMARY KEY,
77
name VARCHAR(100) NOT NULL,
88
email VARCHAR(100) NOT NULL
9-
);
9+
);

0 commit comments

Comments
 (0)