Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team5 Sports League application
Manage
Activity
Members
Labels
Plan
Issues
37
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haoyu Sun
Team5 Sports League application
Commits
d6c0748f
Commit
d6c0748f
authored
2 months ago
by
Haoyu Sun
Browse files
Options
Downloads
Patches
Plain Diff
fix bug
parent
ddd2f69b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/schema.sql
+4
-4
4 additions, 4 deletions
src/main/resources/schema.sql
with
4 additions
and
4 deletions
src/main/resources/schema.sql
+
4
−
4
View file @
d6c0748f
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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment