init
This commit is contained in:
commit
87266e7d54
8 changed files with 296 additions and 0 deletions
21
test/out.txt
Normal file
21
test/out.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
this is a normalized data table diagram.
|
||||
|
||||
+----------------+
|
||||
|USERS BY EMAIL |
|
||||
+--+-----+-------+
|
||||
|id|email|user_id|
|
||||
+--+-----+-------+
|
||||
| 1|b@o.b| 1|
|
||||
| 2|c@r.l| 2|
|
||||
+--+-----+-------+
|
||||
+---------------+
|
||||
|USERS |
|
||||
+--+--------+---+
|
||||
|id| name|age|
|
||||
+--+--------+---+
|
||||
| 1| bob| 19|
|
||||
| 2| charlie| 23|
|
||||
+--+--------+---+
|
||||
|
||||
|
21
test/source.txt
Normal file
21
test/source.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
this is a normalized data table diagram.
|
||||
|
||||
+----------------+
|
||||
|USERS BY EMAIL |
|
||||
+--+-----+-------+
|
||||
|id|email|user_id|
|
||||
+--+-----+-------+
|
||||
| 1|b@o.b| 1|
|
||||
| 2|c@r.l| 2|
|
||||
+--+-----+-------+
|
||||
+---------------+
|
||||
|USERS |
|
||||
+--+--------+---+
|
||||
|id| name|age|
|
||||
+--+--------+---+
|
||||
| 1| bob| 19|
|
||||
| 2| charlie| 23|
|
||||
+--+--------+---+
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue