Heyo, ihr lieben..
Wenn ich bei Navicat etwas einfügen will erscheint immer ein Error.. An was kann dies legen?
Bsp.;
[SQL]
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (234678234, 'dragonlamp_himmell', 'dragonlamp_himmell', 's', 1, 1, 1, '0', '0', '0', 234678234, '1', '1', '1', '1', '1', 'Default', 3, '0', '0');
[Err] 1062 - Duplicate entry '234678234' for key 'PRIMARY'