From 7fd7757c4db84ec6cf8578ec1f9a778977710bcc Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Sat, 2 Jan 2010 20:53:30 -0500 Subject: xmas work --- db/0-create.psql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db') diff --git a/db/0-create.psql b/db/0-create.psql index 5bd8622..7bcffe6 100755 --- a/db/0-create.psql +++ b/db/0-create.psql @@ -4,9 +4,9 @@ CREATE TABLE users ( hash text NOT NULL, email text NOT NULL, created_on timestamp NOT NULL DEFAULT now(), - avatar text, - contact text, - bio text + avatar text NOT NULL DEFAULT '', + contact text NOT NULL DEFAULT '', + bio text NOT NULL DEFAULT '' ); CREATE TABLE rooms ( -- cgit v1.2.3-70-g09d2