MySQL Query Error: CREATE TABLE `a_test_ware` (
`W_ID` int(11) not null AUTO_INCREMENT,
`Oid` int(10) not null,
`WareGroups` text not null,
`Prices` text null,
`Pictures` text null,
`SEF` text null,
`WareOid` text null,`Caption` text null,`AltCaption` text null,`Url` text null,`Description` text null,`Code` text not null,`OriginalCode` text null,`InternalCode` text null,`ProviderArticle` text null,`Producer` text null,`WareGroupInfo` text null,`WareGroupOid` text null,`AbsoluteRest` text null,`AssemblyPlace` text null,`IsExciseWare` text null,`NDS` decimal(18, 2) null,`ProducerBarCode` text null,`InternalBarCode` text null,`Unit` varchar(100) null,`Weight` decimal(18, 2) null,`WeightInfo` text null,`WeightUnit` varchar(100) null,`Volume` decimal(18, 2) null,`VolumeUnits` varchar(100) null,`KodTNWED` text null,`CountryProducer` text null,`CountryProvider` text null,`Length` decimal(18, 2) null,`Width` decimal(18, 2) null,`Height` decimal(18, 2) null,`AdditionalProperties` text null,`AdditionalPropertiesString` text null,`WareType` text null,`SEOTitle` text null,`SEOAlt` text null,`SEODescription` text null,`SEOKeywords` text null,`SEOPageTitle` text null,`SEOTags` text null,`SEOH1` text null,`SEOH2` text null,`Ean13` text null,`IsAvailabilityPicture` text null,
primary key (W_ID)
)
ENGINE = InnoDB ROW_FORMAT = Dynamic
[[1050] Table 'a_test_ware' already exists]
DB query error.
Please try later.
|
|