You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @deprecated This API has been deprecated since 1.8.0. Please use `TablesDB.createPointColumn` instead.
1381
1381
#
1382
-
# Create a geometric 2d point attribute.
1382
+
# Create a geometric point attribute.
1383
1383
#
1384
1384
# @param [String] database_id Database ID.
1385
1385
# @param [String] collection_id Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
# @param [String] table_id Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
# Update a line column. Changing the `default` value will not update already
1246
-
# existing documents.
1246
+
# existing rows.
1247
1247
#
1248
1248
# @param [String] database_id Database ID.
1249
1249
# @param [String] table_id Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
# @param [String] table_id Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
# Update a point column. Changing the `default` value will not update already
1347
-
# existing documents.
1347
+
# existing rows.
1348
1348
#
1349
1349
# @param [String] database_id Database ID.
1350
1350
# @param [String] table_id Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
# @param [String] table_id Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
# Update a polygon column. Changing the `default` value will not update
1448
-
# already existing documents.
1448
+
# already existing rows.
1449
1449
#
1450
1450
# @param [String] database_id Database ID.
1451
1451
# @param [String] table_id Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
0 commit comments