Talk:Database:Inventoryfolders

From OpenSimulator

Revision as of 08:01, 18 February 2009 by Barth (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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