Thanks to Brianw for pointing out the definition of OwnerUUID

needed to be consistent with the definition of owner_uuid.
They are both varchar(36) now.
ThreadPoolClientBranch
Charles Krinke 2008-02-03 18:05:59 +00:00
parent ab2c7ea371
commit c61d0075c1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ CREATE TABLE land(
Bitmap blob, Bitmap blob,
Name varchar(255), Name varchar(255),
Desc varchar(255), Desc varchar(255),
OwnerUUID varchar(255), OwnerUUID varchar(36),
IsGroupOwned string, IsGroupOwned string,
Area integer, Area integer,
AuctionID integer, AuctionID integer,