<FIELDNAME="tokentype"TYPE="int"LENGTH="4"NOTNULL="true"UNSIGNED="true"SEQUENCE="false"COMMENT="type of token: 0=permanent, no session; 1=linked to current browser session via sid; 2=permanent, with emulated session"/>
<FIELDNAME="userid"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="false"SEQUENCE="false"COMMENT="owner of the token"/>
<FIELDNAME="sid"TYPE="char"LENGTH="128"NOTNULL="false"SEQUENCE="false"COMMENT="link to browser or emulated session"/>
<FIELDNAME="creatorid"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="false"DEFAULT="1"SEQUENCE="false"COMMENT="user id of the token creator (useful to know when the administrator created a token and so display the token to a specific administrator)"/>