]> andersk Git - moira.git/commitdiff
Add created and creator columns to the users table.
authorzacheiss <zacheiss>
Wed, 17 Oct 2001 21:32:45 +0000 (21:32 +0000)
committerzacheiss <zacheiss>
Wed, 17 Oct 2001 21:32:45 +0000 (21:32 +0000)
db/schema.sql

index 5866b34d1a212866344f4c4cae1b4ceefc521582..5ff0509c2dff2eb135b68fe77e08e5c9c8374b66 100644 (file)
@@ -45,7 +45,9 @@ create table users
        signature       VARCHAR(68)     DEFAULT CHR(0)  NOT NULL,
        secure          INTEGER         DEFAULT 0       NOT NULL,       
        reservations    VARCHAR(10)     DEFAULT CHR(0)  NOT NULL,
-       flag            INTEGER         DEFAULT 0       NOT NULL
+       flag            INTEGER         DEFAULT 0       NOT NULL,
+       created         DATE            DEFAULT SYSDATE NOT NULL,
+       creator         INTEGER         DEFAULT 0       NOT NULL
 );
 
 create table krbmap
This page took 0.261794 seconds and 5 git commands to generate.