Changeset 3909 for branches/0.10/manual
- Timestamp:
- 02/29/08 19:54:13 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/manual/docs/en/database-abstraction.txt
r2498 r3909 145 145 146 146 : array //$changes// : associative array that contains the details of each type of change that is intended to be performed. 147 148 An optional third parameter (default: false) is accepted in alterTable and alterTableSql; it is named //$check// and it identifies if the DBMS driver can perform the requested table alterations if the value is true or actually perform them otherwise. 149 147 150 The types of changes that are currently supported are defined as follows: 148 151