Changeset 3909 for branches/0.10/manual

Show
Ignore:
Timestamp:
02/29/08 19:54:13 (10 months ago)
Author:
guilhermeblanco
Message:

Added argument documentation of methods Doctrine_Export::alterTable and alterTableSql (fixes #432)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/manual/docs/en/database-abstraction.txt

    r2498 r3909  
    145145 
    146146: array //$changes// : associative array that contains the details of each type of change that is intended to be performed. 
     147 
     148An 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 
    147150The types of changes that are currently supported are defined as follows: 
    148151