mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
updated to latest version
This commit is contained in:
@@ -8,16 +8,15 @@
|
||||
-- string => varchar(256) until such time as we know we need bigger
|
||||
|
||||
create table prims (
|
||||
id integer primary key autoincrement, -- this.LocalID
|
||||
UUID char(36) primary key, -- this.UUID
|
||||
ParentID integer default 0, -- this.ParentID
|
||||
UUID char(36), -- this.UUID
|
||||
CreationDate integer, -- this.CreationDate
|
||||
Name varchar(256),
|
||||
-- various text fields
|
||||
Text varchar(256),
|
||||
Description varchar(256),
|
||||
SitName varchar(256),
|
||||
TouchName
|
||||
TouchName varchar(256),
|
||||
-- permissions
|
||||
CreatorID char(36),
|
||||
OwnerID char(36),
|
||||
|
||||
Reference in New Issue
Block a user