From 3716185aa7f450e3effe45e43e77ca97d46ad1a3 Mon Sep 17 00:00:00 2001 From: pnixon Date: Tue, 12 Dec 2006 12:08:48 +0000 Subject: [PATCH] Fix syntax typo --- doc/examples/postgresql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/postgresql.sql b/doc/examples/postgresql.sql index 8a51a45..6513478 100644 --- a/doc/examples/postgresql.sql +++ b/doc/examples/postgresql.sql @@ -204,7 +204,7 @@ CREATE TABLE radippool ( NASIPAddress VARCHAR(16) NOT NULL default '', pool_key VARCHAR(64) NOT NULL default 0, CalledStationId VARCHAR(64), - CallingStationId text DEFAULT ''::text NOT NULL default '', + CallingStationId text NOT NULL default ''::text, expiry_time TIMESTAMP(0) without time zone NOT NULL default 'now'::timestamp(0), username text DEFAULT ''::text ); -- 2.1.4