- Open the Asciidoctor editor.
- type this following Latex code in the Latex editor:= Database Structure: inventory
== Table Schema: category
.category table
[width="80%",frame="topbot",options="header, footer"]
|===| Column Name | Nullable | Type | Size |
| id | Not null | int | 11 |
| name | Null | varchar | 100 |
| description | Null | varchar | 200 |
| created_by | Null | int | 2 |
| created_at | Not Null | timestamp | |
| update_at | Null | date | |
|=== Result
Database Structure: inventory
Table Schema: category
Table 1. category tableColumn Name Nullable Type Size id Not null int 11 name Null varchar 100 description Null varchar 200 created_by Null int 2 created_at Not Null timestamp update_at Null date
< to learn, click on AsciiDoctor Table Tutorial 1
Bibliography
- https://daily.dev/
- https://devdocs.io/
- https://dev.mysql.com/
- https://tableconvert.com/
- sql2asciidoc
database table, table design, database design, erd table
Tidak ada komentar:
Posting Komentar