Skip to content
Snippets Groups Projects
Commit d6c0748f authored by Haoyu Sun's avatar Haoyu Sun
Browse files

fix bug

parent ddd2f69b
No related branches found
No related tags found
No related merge requests found
drop table if exists match_item;
drop table if exists ranking;
drop table if exists information;
drop table if exists images;
-- drop table if exists match_item;
-- drop table if exists ranking;
-- drop table if exists information;
-- drop table if exists images;
CREATE TABLE information (
id INT AUTO_INCREMENT PRIMARY KEY,
username VARCHAR(50) UNIQUE NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment