Immer wenn ich die furniture.sql einfügen will kommt :
Fehler
SQL-Befehl:-- -- Daten für Tabelle `furniture` -- 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`, `foot_figure`, `height_adjustable`) VALUES (1, 'Bookcase', 'shelves_norja', 's', 1, 1, 1, '0', '0', '0', 13, '1', '1', '0', '1', '1', 'default', 1, '0', '0', 0, '0'), (2, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 3, '1', '0', '0', 14, '1', '1', '0', '1', '1', 'default', 1, '0', '0', 0, '0'), (3, 'Bookcase', 'shelves_silo', 's', 2, 1, 1, '0', '0', '0', 15, '1', '1', '0', '1', '1', 'default', 1, '0', '0', 0, '0'), (4, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1, '0', '0', '0', 17, '1', '1', '0', '1', '1', 'default', 1, '0', '0', 0, '0'), (5, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1, '0', '1', '0', 18, '1', '[...]MySQL meldet: #1054 - Unknown column 'foot_figure' in 'field list'
Was soll ich machen?