1
0
Fork 0

Reversed "null"

This commit is contained in:
Michael 2021-06-14 05:14:09 +00:00
commit a827f948c8
73 changed files with 752 additions and 752 deletions

View file

@ -5,7 +5,7 @@ Table {{$name}}
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
{{foreach $fields as $field}}
| {{$field.name}} | {{$field.comment}} | {{$field.type}} | {{$field.notnull}} | {{$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)