Like this
Quote:
alter table Character add Grand_Resets int not null default 0
and many moreQuote:
alter table Character add mu_id int identity
Printable View
Like this
Quote:
alter table Character add Grand_Resets int not null default 0
and many moreQuote:
alter table Character add mu_id int identity
you need to run those via SQL Query with the appropriate database.