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

Update file schema.sql

parent 9e14b862
No related branches found
No related tags found
No related merge requests found
create schema sports;
-- 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