From 05e638a4240468557c3ea3765a45a43e21c5ee21 Mon Sep 17 00:00:00 2001 From: runa Date: Tue, 6 Feb 2007 14:37:49 +0000 Subject: [PATCH] php syntax --- manual/codes/Schema reference - Data types - Integer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/codes/Schema reference - Data types - Integer.php b/manual/codes/Schema reference - Data types - Integer.php index 2f7fcdac0..1fcf5aa97 100644 --- a/manual/codes/Schema reference - Data types - Integer.php +++ b/manual/codes/Schema reference - Data types - Integer.php @@ -1,7 +1,7 @@ hasColumn('integertest', 'integer', 4, array('unsigned' => true); + $this->hasColumn('integertest', 'integer', 4, array('unsigned' => true)); } } ?>