friendica/view/templates/structure.tpl
2021-06-14 05:58:51 +00:00

10 lines
278 B
Smarty

Table {{$name}}
===========
{{$comment}}
{{foreach $fields as $field}}
| {{$field.name}} | {{$field.comment}} | {{$field.type}} | {{$field.null}} | {{$field.primary}} | {{$field.default}} | {{$field.extra}} |
{{/foreach}}
Return to [database documentation](help/database)