GITLAB

newproject / testprojectxiaoxingxing

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • testprojectxiaoxingxing
  • sql
  • table.sql
  • ec7e236a   提交 Browse Code »
    陆恒
    2020-09-10 10:03:17 +0800  
table.sql 105 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
	CREATE TABLE starstar
	(
	uid varchar(30) primary key not null,
	info blob,
	task blob,
	achieve blob
	)