Like this alter table Character add Grand_Resets int not null default 0 alter table Character add mu_id int identity and many more
you need to run those via SQL Query with the appropriate database.
Originally Posted by ThorJack you need to run those via SQL Query with the appropriate database. where is this?? appropriate database