From 4a069d8f3158087124ff95b0b9df5a213cc79d19 Mon Sep 17 00:00:00 2001 From: guilhermeblanco Date: Fri, 29 Feb 2008 19:54:13 +0000 Subject: [PATCH] Added argument documentation of methods Doctrine_Export::alterTable and alterTableSql (fixes #432) --- manual/docs/en/database-abstraction.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manual/docs/en/database-abstraction.txt b/manual/docs/en/database-abstraction.txt index ecba16f80..4d4d34891 100644 --- a/manual/docs/en/database-abstraction.txt +++ b/manual/docs/en/database-abstraction.txt @@ -144,6 +144,9 @@ Doctrine_Export::alterTable() takes two parameters: : string //$name// : name of the table that is intended to be changed. : array //$changes// : associative array that contains the details of each type of change that is intended to be performed. + +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. + The types of changes that are currently supported are defined as follows: * //name//