aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/005_UserStore.sql
blob: 55896bc9a0395b15890b73dee99c562688dcdea2 (plain)
1
2
3
4
5
BEGIN;

CREATE TABLE `avatarattachments` (`UUID` char(36) NOT NULL, `attachpoint` int(11) NOT NULL, `item` char(36) NOT NULL, `asset` char(36) NOT NULL) ENGINE=InnoDB;

COMMIT;