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