Talk:Database:Inventoryfolders

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (schema of inventoryfolders)
 

Latest revision as of 09:01, 18 February 2009

This is what I see in sqlite3:

 CREATE TABLE inventoryfolders(
      UUID varchar(255) primary key,
      name varchar(255),
      agentID varchar(255),
      parentID varchar(255),
      type integer,
      version integer);

I guess I should change this page, too.

Personal tools
General
About This Wiki