Name | Type | Index | Null? | Default | |
cnum | varchar(10) | PK | No | '' | |
parent | varchar(10) | I | NULL | unused for now |
|
name | varchar(240) | I | NULL | ||
private | tinyint(4) | '0' | 1 => conf is private, does not appear in conf lists unless user has access. |
||
lastAccess | int(11) | I | No | '0' | time of last access by anyone (in seconds since Jan 1 1970) |
deleted | int(11) | '0' | epoch time when this conf was marked deleted, else 0 |