table.sql 125 Bytes
CREATE TABLE hedaoshi
(
uid varchar(30) primary key not null,
info varchar(1024),
task varchar(1024),
achieve varchar(1024)
)