Commit 2291ebb5291dfdbf122468338390fb149b47d05a

Authored by 陆恒
1 parent 505713b7
Exists in master

提交

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
sql/table.sql 0 → 100644
@@ -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