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 3de851f commit 516434aCopy full SHA for 516434a
database.sql
@@ -0,0 +1,7 @@
1
+CREATE TABLE `members` (
2
+ `id` int(11) NOT NULL AUTO_INCREMENT,
3
+ `name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
4
+ `number` int(11) NOT NULL,
5
+ `gb` int(11) NOT NULL,
6
+ PRIMARY KEY (`id`)
7
+) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
0 commit comments