mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
Reversed "null"
This commit is contained in:
parent
31db9dbef7
commit
a827f948c8
73 changed files with 752 additions and 752 deletions
|
@ -4,8 +4,8 @@ Currently running system processes
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| pid | | int unsigned | YES | PRI | NULL | |
|
||||
| command | | varbinary(32) | YES | | | |
|
||||
| created | | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
| pid | | int unsigned | NO | PRI | NULL | |
|
||||
| command | | varbinary(32) | NO | | | |
|
||||
| created | | datetime | NO | | 0001-01-01 00:00:00 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue