语法写错了,可以把你的sql语句发出来让别人帮你看看哪里写错了
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_coffe', 'Coffe', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_coffe', 'Coffe', 1)
;
INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_coffe', 'Coffe', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('coffe', 'Coffe')
;
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('coffe', 0,'recruit','正式员工',0,'{}','{}'),
('coffe', 1,'employee','经理',0,'{}','{}'),
('coffe', 2,'manager','店长',0,'{}','{}'),
('coffe', 3,'boss','老板',5,'{}','{}'),
;