From 0436fc8e9663cde211604190cc2c53e821af429e Mon Sep 17 00:00:00 2001 From: jackbravo Date: Sat, 8 Sep 2007 18:32:31 +0000 Subject: [PATCH] Minor spelling correction --- manual/new/docs/en/database-abstraction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/database-abstraction.txt b/manual/new/docs/en/database-abstraction.txt index 066fccf82..9833a4410 100644 --- a/manual/new/docs/en/database-abstraction.txt +++ b/manual/new/docs/en/database-abstraction.txt @@ -41,7 +41,7 @@ $conn->export->createTable('events', $definition); The keys of the definition array are the names of the fields in the table. The values are arrays containing the required key 'type' as well as other keys, depending on the value of 'type'. The values for the 'type' key are the same as the possible Doctrine datatypes. Depending on the datatype, the other options may vary. ||~ Datatype ||~ length ||~ default ||~ not null ||~ unsigned ||~ autoincrement || -|| strin || x || x || x || || || +|| string || x || x || x || || || || boolean || || x || x || || || || integer || x || x || x || x || x || || decimal || || x || x || || ||