Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table clients contains all client Clients of the installation.

Clients should be added via the backend administration for clients.

Clients are systemwide ressources.

Table structure

Field nameField specificationComment / Explanation
idclientint(11) Primary key (auto increment)
namevarchar(255)Name of the client
authorvarchar(32)Username of the clients creator
createddatetimeDate and time of the creation
lastmodifieddatetimeDate and time of the last modification
pathvarchar(255)Unused.
errsite_catint(11)Foreign key to table cat as reference to the category of the error page
errsite_artint(11)Foreign key to table art as reference to the article of the error page

...