Changed IP length

This commit is contained in:
Eldad Fux
2021-07-19 18:02:05 +03:00
parent 6fe19370f3
commit 09a1f609be
+1 -1
View File
@@ -446,7 +446,7 @@ $collections = [
'$id' => 'ip',
'type' => Database::VAR_STRING,
'format' => '',
'size' => 15,
'size' => 45, // https://stackoverflow.com/a/166157/2299554
'signed' => true,
'required' => false,
'default' => null,