Update ip column size to allow for IPv6 addresses

This commit is contained in:
Det 2018-01-28 10:30:51 +00:00
parent 4508d0d8c0
commit ca9f156b3c
2 changed files with 2 additions and 2 deletions

View file

@ -450,7 +450,7 @@
</table>
<table name="cc_service_register" phpName="CcServiceRegister">
<column name="name" phpName="DbName" primaryKey="true" type="VARCHAR" size="32" required="true" />
<column name="ip" phpName="DbIp" type="VARCHAR" size="18" required="true"/>
<column name="ip" phpName="DbIp" type="VARCHAR" size="45" required="true"/>
</table>
<table name="cc_live_log" phpName="CcLiveLog">
<column name="id" phpName="DbId" primaryKey="true" type="INTEGER" autoIncrement="true" required="true" />