updated to latest version
parent
1a9966abac
commit
4805460e89
|
@ -8,16 +8,15 @@
|
||||||
-- string => varchar(256) until such time as we know we need bigger
|
-- string => varchar(256) until such time as we know we need bigger
|
||||||
|
|
||||||
create table prims (
|
create table prims (
|
||||||
id integer primary key autoincrement, -- this.LocalID
|
UUID char(36) primary key, -- this.UUID
|
||||||
ParentID integer default 0, -- this.ParentID
|
ParentID integer default 0, -- this.ParentID
|
||||||
UUID char(36), -- this.UUID
|
|
||||||
CreationDate integer, -- this.CreationDate
|
CreationDate integer, -- this.CreationDate
|
||||||
Name varchar(256),
|
Name varchar(256),
|
||||||
-- various text fields
|
-- various text fields
|
||||||
Text varchar(256),
|
Text varchar(256),
|
||||||
Description varchar(256),
|
Description varchar(256),
|
||||||
SitName varchar(256),
|
SitName varchar(256),
|
||||||
TouchName
|
TouchName varchar(256),
|
||||||
-- permissions
|
-- permissions
|
||||||
CreatorID char(36),
|
CreatorID char(36),
|
||||||
OwnerID char(36),
|
OwnerID char(36),
|
||||||
|
|
Loading…
Reference in New Issue