Revision 681
- Date:
- 2018/05/26 20:18:22
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/users/sql/TOAST/credentials.sql
6 6 mtime timestamp not null default now(), 7 7 status smallint not null default 0, 8 8 opaque smallint not null default 0, 9 uid integer not null default 0, 9 uid integer not null references profiles (id) on delete cascade, 10 10 ext_id numeric not null default 0, 11 11 sections integer, 12 12 name text,