wip
This commit is contained in:
parent
f0f1ce5018
commit
d0b3712f17
18 changed files with 568 additions and 23 deletions
75
migrations/versions/a1cd0a1947be_er_diagram.md
Normal file
75
migrations/versions/a1cd0a1947be_er_diagram.md
Normal file
|
|
@ -0,0 +1,75 @@
|
|||

|
||||
|
||||
---
|
||||
|
||||
## Table: learn_sql_model_alembic_version
|
||||
|
||||
### First 5 rows
|
||||
|
||||
| version_num |
|
||||
|-------------|
|
||||
| c79214cdc7b3 |
|
||||
|
||||
### Columns
|
||||
|
||||
| Column Name | Type | Foreign Key | Example Value |
|
||||
|-------------|------|-------------|---------------|
|
||||
| version_num | VARCHAR(32) | | | |
|
||||
|
||||
### Records Count
|
||||
|
||||
The table learn_sql_model_alembic_version contains 1 records.
|
||||
|
||||
---
|
||||
|
||||
## Table: hero
|
||||
|
||||
### First 5 rows
|
||||
|
||||
| name | secret_name | id | x | y | size | flashlight_strength | lanturn_strength |
|
||||
|------|-------------|----|---|---|------|---------------------|------------------|
|
||||
| deep-insect | unusual-inspection | 1 | 100 | 100 | 25 | None | None |
|
||||
| flat-foundation | personal-incident | 2 | 100 | 100 | 25 | None | None |
|
||||
| formal-cap | mental-substance | 3 | 100 | 100 | 25 | None | None |
|
||||
| political-routine | low-engineer | 4 | 100 | 100 | 25 | None | None |
|
||||
|
||||
### Columns
|
||||
|
||||
| Column Name | Type | Foreign Key | Example Value |
|
||||
|-------------|------|-------------|---------------|
|
||||
| name | VARCHAR | | | |
|
||||
| secret_name | VARCHAR | | | |
|
||||
| id | INTEGER | | | |
|
||||
| x | INTEGER | | | |
|
||||
| y | INTEGER | | | |
|
||||
| size | INTEGER | | | |
|
||||
| flashlight_strength | INTEGER | | | |
|
||||
| lanturn_strength | INTEGER | | | |
|
||||
|
||||
### Records Count
|
||||
|
||||
The table hero contains 4 records.
|
||||
|
||||
---
|
||||
|
||||
## Table: pet
|
||||
|
||||
### First 5 rows
|
||||
|
||||
| name | birthday | id |
|
||||
|------|----------|----|
|
||||
|
||||
### Columns
|
||||
|
||||
| Column Name | Type | Foreign Key | Example Value |
|
||||
|-------------|------|-------------|---------------|
|
||||
| name | VARCHAR | | | |
|
||||
| birthday | DATETIME | | | |
|
||||
| id | INTEGER | | | |
|
||||
|
||||
### Records Count
|
||||
|
||||
The table pet contains 0 records.
|
||||
|
||||
---
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue