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 7be3c7a commit 0aa07acCopy full SHA for 0aa07ac
res/mysql/table.sql
@@ -0,0 +1 @@
1
+CREATE TABLE `user` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `tel_number` varchar(20) NOT NULL, `password` varchar(20) NOT NULL, `email` varchar(50) DEFAULT NULL, `company_id` int(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8;
0 commit comments