This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
dbcpdemo
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
修改数据库脚本
master
ZhangZiSheng001
6 years ago
parent
48f6063c34
commit
cd8e9b1efd
1 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
src/main/resources/sql/demo_user.sql
+ 0
- 7
src/main/resources/sql/demo_user.sql
View File
@@ -1,10 +1,3 @@
CREATE DATABASE `github_demo` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
USE `github_demo`;
DROP TABLE IF EXISTS `demo_user`;
CREATE TABLE `demo_user` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '用户id',
`name` varchar(16) COLLATE utf8_unicode_ci NOT NULL COMMENT '用户名',
Write
Preview
Loading…
Cancel
Save