CREATE TABLE [dbo].[MuCore_Market_IB](
[uid] [int] IDENTITY(1,1) NOT NULL,
[id] [int] NOT NULL,
[type] [int] NOT NULL,
[ex_type] [int] NOT NULL,
[name] [varchar](51) NOT NULL,
[credits] [int] NOT NULL,
[X] [int] NULL,
[Y] [int] NULL,
[str] [int] NULL,
[agi] [int] NULL,
[nrg] [int]...