From f5b02199c737d7a2de051d479de703a2176b1cbe Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 8 Oct 2009 02:44:54 +0000 Subject: =?UTF-8?q?-=20Patch=20#596664=20by=20c960657=20|=20Crell:=20docum?= =?UTF-8?q?ent=20=E2=80=9Cchar=E2=80=9D,=20=E2=80=9Cdate=E2=80=9D=20and=20?= =?UTF-8?q?=E2=80=9Ctime=E2=80=9D=20database=20field=20types.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/database/schema.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'includes/database') diff --git a/includes/database/schema.inc b/includes/database/schema.inc index 749d21da7..0bd8147f9 100644 --- a/includes/database/schema.inc +++ b/includes/database/schema.inc @@ -39,11 +39,11 @@ * curly-brackets. For example, the node table vid field * description might contain "Always holds the largest (most * recent) {node_revision}.vid value for this nid." - * - 'type': The generic datatype: 'varchar', 'int', 'serial' - * 'float', 'numeric', 'text', 'blob' or 'datetime'. Most types - * just map to the according database engine specific - * datatypes. Use 'serial' for auto incrementing fields. This - * will expand to 'int auto_increment' on mysql. + * - 'type': The generic datatype: 'char', 'varchar', 'text', 'blob', 'int', + * 'float', 'numeric', 'serial', 'date', 'datetime' or 'time'. Most types + * types just map to the according database engine specific datatypes. Use + * 'serial' for auto incrementing fields. This will expand to 'INT + * auto_increment' on MySQL. * - 'serialize': A boolean indicating whether the field will be stored as * a serialized string. * - 'size': The data size: 'tiny', 'small', 'medium', 'normal', -- cgit v1.2.3