*Patched CreateItemsTable.sql (MSSQL). Patch by Kyle and Chris from G2.

0.6.0-stable
mingchen 2008-06-09 14:48:28 +00:00
parent dfb63b5623
commit c3292a9afa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ CREATE TABLE [inventoryitems] (
[creationDate] [int] default NULL,
[groupID] [varchar](36) default NULL,
[groupOwned] [bit] default NULL,
[flags] [int] unsigned default NULL,
[flags] [int] default NULL,
PRIMARY KEY CLUSTERED
(
[inventoryID] ASC