]> git.mxchange.org Git - friendica.git/blob - view/templates/structure.tpl
15049ab5755a96dd04b6e5756c61dee1a7ceaafc
[friendica.git] / view / templates / structure.tpl
1 Table {{$name}}
2 ===========
3 {{$comment}}
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 {{foreach $fields as $field}}
8 | {{$field.name}} | {{$field.comment}} | {{$field.type}} | {{$field.null}} | {{$field.primary}} | {{$field.default}} | {{$field.extra}} |    
9 {{/foreach}}
10
11 Return to [database documentation](help/database)