Trailing whitespace removed

This commit is contained in:
Michael 2021-06-14 06:10:11 +00:00
commit 2cd0c1d30d
72 changed files with 965 additions and 893 deletions

View file

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