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
* @param {string} params.collectionId - Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
* @param {string} collectionId - Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
* @param {string} params.tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
* @param {string} tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -2255,7 +2255,7 @@ export class TablesDB {
2255
2255
}
2256
2256
2257
2257
/**
2258
-
* Update a line column. Changing the `default` value will not update already existing documents.
2258
+
* Update a line column. Changing the `default` value will not update already existing rows.
* @param {string} params.tableId - 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 existing documents.
2271
+
* Update a line column. Changing the `default` value will not update already existing rows.
2272
2272
*
2273
2273
* @param {string} databaseId - Database ID.
2274
2274
* @param {string} tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
* @param {string} params.tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
* @param {string} tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -2433,7 +2433,7 @@ export class TablesDB {
2433
2433
}
2434
2434
2435
2435
/**
2436
-
* Update a point column. Changing the `default` value will not update already existing documents.
2436
+
* Update a point column. Changing the `default` value will not update already existing rows.
* @param {string} params.tableId - 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 existing documents.
2449
+
* Update a point column. Changing the `default` value will not update already existing rows.
2450
2450
*
2451
2451
* @param {string} databaseId - Database ID.
2452
2452
* @param {string} tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
* @param {string} params.tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
* @param {string} tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -2611,7 +2611,7 @@ export class TablesDB {
2611
2611
}
2612
2612
2613
2613
/**
2614
-
* Update a polygon column. Changing the `default` value will not update already existing documents.
2614
+
* Update a polygon column. Changing the `default` value will not update already existing rows.
* @param {string} params.tableId - 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 already existing documents.
2627
+
* Update a polygon column. Changing the `default` value will not update already existing rows.
2628
2628
*
2629
2629
* @param {string} databaseId - Database ID.
2630
2630
* @param {string} tableId - Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
0 commit comments