Alrighty. I'll just talk to myself.
SOLUTION (requires a backup)
Create the table with a different table name
CREATE TABLE `FA_COMMUNITY_SUCKS_tax_types` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rate` double NOT NULL DEFAULT '0',
`sales_gl_code` varchar(15) NOT NULL DEFAULT '',
`purchasing_gl_code` varchar(15) NOT NULL DEFAULT '',
`name` varchar(60) NOT NULL DEFAULT '',
`inactive` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
)
Rename the table
RENAME TABLE `FA_COMMUNITY_SUCKS_tax_types` TO `0_tax_types`
Then insert your data
INSERT INTO `0_whatever_you_lost` VALUES (...)
As for why I have to do this song and dance. No f**king clue
Attackers dropped a couple of the tables.
Could have done much worse.
FA community appears to be dead.
This message is for those poor souls who trigger the activity counter.
Good luck with this.