doc/development/postgresql_vfs.sql

branch
webdav
changeset 346
784b24381bed
parent 318
60870dbac94f
child 366
47bc686fafe4
equal deleted inserted replaced
345:5832e10fc59a 346:784b24381bed
6 iscollection boolean not null default false, 6 iscollection boolean not null default false,
7 7
8 lastmodified timestamp not null default current_date, 8 lastmodified timestamp not null default current_date,
9 creationdate timestamp not null default current_date, 9 creationdate timestamp not null default current_date,
10 contentlength bigint not null default 0, 10 contentlength bigint not null default 0,
11
12 etag uuid,
11 13
12 resoid oid, 14 resoid oid,
13 15
14 unique(parent_id, nodename) 16 unique(parent_id, nodename)
15 ); 17 );

mercurial