alter table SAKAI_SITE add IS_SOFTLY_DELETED char(1) not null DEFAULT 0; alter table SAKAI_SITE add SOFTLY_DELETED_DATE datetime;