mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
use epoch rather than null as default so constraint will work
This commit is contained in:
parent
8862c5f750
commit
fb59aa4907
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ id SERIAL
|
|||
,hid INTEGER
|
||||
,token INTEGER
|
||||
,ctime TIMESTAMP DEFAULT CURRENT_TIMESTAMP
|
||||
,stime TIMESTAMP DEFAULT NULL
|
||||
,stime TIMESTAMP DEFAULT 'epoch'
|
||||
,devid INTEGER
|
||||
,msg BYTEA
|
||||
,msg64 TEXT
|
||||
|
|
Loading…
Add table
Reference in a new issue