View Single Post
  #67  
Old 10-05-2008, 06:05 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default Table Alter?

Just checking what new table is going to look like. Am I correct in assuming the following alter?

Code:
ALTER TABLE tasks ADD (minlevel int(3) not null default 0, maxlevel int(3) not null default 0);
Reply With Quote