]> andersk Git - moira.git/blobdiff - db/schema.sql
Set creation time and creator information for new users.
[moira.git] / 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.059191 seconds and 4 git commands to generate.