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

This commit is contained in:
mingchen
2008-06-09 14:48:28 +00:00
parent dfb63b5623
commit c3292a9afa

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