Talk:Database:Inventoryfolders

From OpenSimulator

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