Файл: concrete5.7.5.6/concrete/authentication/concrete/db.xml
Строк: 40
<?xml version="1.0" encoding="UTF-8"?>
<schema
xmlns="http://www.concrete5.org/doctrine-xml/0.5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.concrete5.org/doctrine-xml/0.5 http://concrete5.github.io/doctrine-xml/doctrine-xml-0.5.xsd">
<table name="authTypeConcreteCookieMap">
<field name="ID" type="integer">
<unsigned/>
<autoincrement/>
<key/>
</field>
<field name="token" type="string" size="32"/>
<field name="uID" type="integer" size="10"/>
<field name="validThrough" type="integer" size="10"/>
<index name="token">
<unique/>
<col>token</col>
</index>
<index name="uID">
<col>uID</col>
</index>
</table>
</schema>