]> git.mxchange.org Git - friendica.git/blob - view/templates/structure.tpl
91ba2eb315e29f084a0e7ea2327a4e72bf6f9779
[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.notnull}} | {{$field.primary}} | {{$field.default}} | {{$field.extra}} |    
9 {{/foreach}}
10
11 Return to [database documentation](help/database)