Versions Compared

Key

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

...

The table lay contains all Layouts of the system.

Layouts are clientwide ressources.

Table structure

Field nameField specificationComment / Explanation
idlayint(11)Primary key (auto increment)
idclientint(11)Foreing key to table clients
namevarchar(255)Name of the layout
aliasvarchar(255)Alias of the layout
descriptiontextDescription of the layout
deletabletinyint(1)?
createddatetimeDate and time of creation
lastmodifieddatetimeDate and time of last modification

...