GITLAB
newproject
/ testprojectxiaoxingxing
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2291ebb5291dfdbf122468338390fb149b47d05a
Authored by
陆恒
2020-09-01 15:40:27 +0800
1 parent
505713b7
Exists in
master
提交
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
sql/table.sql
Side-by-side Diff
Inline Diff
sql/table.sql
0 → 100644
Diff comments
View file @
2291ebb
@@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
1
+CREATE TABLE hedaoshi
2
+(
3
+uid varchar(30) primary key not null,
4
+info varchar(1024),
5
+task varchar(1024),
6
+achieve varchar(1024)
7
+)
0
\ No newline at end of file
8
\ No newline at end of file