friendica/view/templates/structure.tpl

11 lines
275 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)