Updates database structure documentation
This commit is contained in:
parent
cd8ce7eada
commit
84ab5d6159
83 changed files with 1289 additions and 796 deletions
11
view/templates/structure.tpl
Normal file
11
view/templates/structure.tpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
Table {{$name}}
|
||||
===========
|
||||
{{$comment}}
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
{{foreach $fields as $field}}
|
||||
| {{$field.name}} | {{$field.comment}} | {{$field.type}} | {{$field.notnull}} | {{$field.primary}} | {{$field.default}} | {{$field.extra}} |
|
||||
{{/foreach}}
|
||||
|
||||
Return to [database documentation](help/database)
|
Loading…
Add table
Add a link
Reference in a new issue