Skip to content

Commit

Permalink
update sql
Browse files Browse the repository at this point in the history
  • Loading branch information
hatersgit committed Nov 20, 2023
1 parent b3792a7 commit f8a69db
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Alter table `acore_world`.`forge_talent_tabs` add `description` VARCHAR(255) after `background`;
Alter table `acore_world`.`forge_talent_tabs` add `role` tinyint(1) default 0 after `description`;
Alter table `acore_world`.`forge_talent_tabs` add `description` VARCHAR(1000) after `background`;
Alter table `acore_world`.`forge_talent_tabs` add `role` tinyint(1) default 0 after `description`;
Alter table `acore_world`.`forge_talent_tabs` add `spellString` varchar(255) after `role`;

0 comments on commit f8a69db

Please sign in to comment.