==== ERD ( Entity Relationship Diagram )
:author: AsciiDoctor
:co-author: Tutor Course and After School Course
:revnumber: 1.0
:revdate: June 6th, 2007
:doctype: article
:toc:
:icons:
:lang: en
.Database Table Design: adminacc
[options="header"]
|===
|Field Name |Type |Size
|Username* |Text |50
|password |Text |50
3+|* _Primary Key_ ||
|===
.Database Table Design: record
[options="header"]
|===
|Field Name |Type |Size
|stud_ID* |Text |50
|fname |Text |50
|mname |Text |50
|lname |Text |50
|email |Text |50
3+|* _Primary Key_ ||
|===
3. Result Asciidoctor code after rendering, similar like this:
ERD ( Entity Relationship Diagram )
Field Name | Type | Size |
---|---|---|
Username* |
Text |
50 |
password |
Text |
50 |
* Primary Key |
Field Name | Type | Size |
---|---|---|
stud_ID* |
Text |
50 |
fname |
Text |
50 |
mname |
Text |
50 |
lname |
Text |
50 |
Text |
50 |
|
* Primary Key |
Notes
3+| is for merge three cells in one row as one cell.
Tidak ada komentar:
Posting Komentar