Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docTest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
叶璐泽
docTest
Commits
52aa4710
Commit
52aa4710
authored
Sep 05, 2024
by
叶璐泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parents
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
test.md
test.md
+25
-0
No files found.
test.md
0 → 100644
View file @
52aa4710
### test
```
mermaid
erDiagram
t_device||--||t_area:located
t_area||--||t_time_zone:belongsTo
t_user||--||t_time_zone:belongsTo
t_time_zone {
string time_zone_name "时区名称"
bigint timediff_from_utc0 "相对UTC+0的时间差"
}
t_device {
string device_sn
bigint area_id "地区ID"
}
t_area {
string area_name "地区名称"
bigint time_zone_id "时区ID"
}
t_user {
bigint time_zone_id "时区ID"
}
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment