apprentice workflow completed
[brisk.git] / sql / sql.d / 071-apprentice.sql
1 --
2 --  Table to manage mails sent to users
3 --
4 DROP TABLE #PFX#selfreg_chk;
5 CREATE TABLE #PFX#selfreg_chk (
6        ip         integer,                           -- ip v4 address
7        atime      timestamp DEFAULT to_timestamp(0)  -- access time
8        );