mirror of
https://github.com/traccar/traccar.git
synced 2025-01-07 03:07:01 +08:00
Fix PostgreSQL blob (fix #4947)
This commit is contained in:
parent
251829fb75
commit
30e04d7209
@ -24,10 +24,10 @@
|
||||
<column autoIncrement="true" name="id" type="INT">
|
||||
<constraints primaryKey="true" />
|
||||
</column>
|
||||
<column name="publickey" type="BLOB">
|
||||
<column name="publickey" type="MEDIUMBLOB">
|
||||
<constraints nullable="false" />
|
||||
</column>
|
||||
<column name="privatekey" type="BLOB">
|
||||
<column name="privatekey" type="MEDIUMBLOB">
|
||||
<constraints nullable="false" />
|
||||
</column>
|
||||
</createTable>
|
||||
|
Loading…
Reference in New Issue
Block a user