74 lines
1.5 KiB
Markdown
74 lines
1.5 KiB
Markdown

|
|
|
|
---
|
|
|
|
## Table: learn_sql_model_alembic_version
|
|
|
|
### First 5 rows
|
|
|
|
| version_num |
|
|
|-------------|
|
|
| 3555f61aaa79 |
|
|
|
|
### 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 |
|
|
|------|-------------|----|---|---|------|
|
|
| tight-gold | successful-health | 1 | 6430 | 6231 | None |
|
|
| hard-rope | green-research | 2 | 1395 | 2865 | None |
|
|
| sure-priority | pretty-series | 3 | 2770 | 7835 | None |
|
|
| huge-library | adult-body | 4 | 656 | 2377 | None |
|
|
| specific-courage | suspicious-delivery | 5 | 4193 | 9011 | None |
|
|
|
|
### Columns
|
|
|
|
| Column Name | Type | Foreign Key | Example Value |
|
|
|-------------|------|-------------|---------------|
|
|
| name | VARCHAR | | | |
|
|
| secret_name | VARCHAR | | | |
|
|
| id | INTEGER | | | |
|
|
| x | INTEGER | | | |
|
|
| y | INTEGER | | | |
|
|
| size | INTEGER | | | |
|
|
|
|
### Records Count
|
|
|
|
The table hero contains 1572 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.
|
|
|
|
---
|
|
|