documentation updates
John Napiorkowski [Wed, 10 Jan 2007 21:09:07 +0000 (21:09 +0000)]
t/bindtype_columns.t

index 2d9bffe..a32e24c 100644 (file)
@@ -42,7 +42,7 @@ PGTest::Artist->add_columns(
        "media", { 
        
                data_type => "bytea", 
-               is_nullable => 0, 
+               is_nullable => 0,
        },
 );