Skip to content

Commit f9e2c7b

Browse files
committed
destination
1 parent d7886c0 commit f9e2c7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Migration/Destinations/Appwrite.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,9 @@ protected function createColumn(Column $resource): bool
470470
Column::TYPE_POINT => UtopiaDatabase::VAR_POINT,
471471
Column::TYPE_LINE => UtopiaDatabase::VAR_LINESTRING,
472472
Column::TYPE_POLYGON => UtopiaDatabase::VAR_POLYGON,
473+
Column::TYPE_TEXT => UtopiaDatabase::VAR_TEXT,
474+
Column::TYPE_MEDIUMTEXT => UtopiaDatabase::VAR_MEDIUMTEXT,
475+
Column::TYPE_LONGTEXT => UtopiaDatabase::VAR_LONGTEXT,
473476
default => throw new \Exception('Invalid resource type '.$resource->getType()),
474477
};
475478

0 commit comments

Comments
 (0)