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
parent
ab2c7ea371
commit
c61d0075c1
|
@ -87,7 +87,7 @@ CREATE TABLE land(
|
|||
Bitmap blob,
|
||||
Name varchar(255),
|
||||
Desc varchar(255),
|
||||
OwnerUUID varchar(255),
|
||||
OwnerUUID varchar(36),
|
||||
IsGroupOwned string,
|
||||
Area integer,
|
||||
AuctionID integer,
|
||||
|
|
Loading…
Reference in New Issue