We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c137e11 commit c1ce705Copy full SHA for c1ce705
database.sql
@@ -6,4 +6,4 @@ CREATE TABLE IF NOT EXISTS users (
6
id INT AUTO_INCREMENT PRIMARY KEY,
7
name VARCHAR(100) NOT NULL,
8
email VARCHAR(100) NOT NULL
9
-);
+);
0 commit comments