create table roller_permission ( id varchar(48) not null primary key, username varchar(255) not null, actions varchar(255), objectid varchar(48), objecttype varchar(255), pending $db.BOOLEAN_SQL_TYPE_TRUE, * datecreated timestamp not null ---it did not work in mssql2005, should be $db.TIMESTAMP_SQL_TYPE not null* );
there are lot's of problems work with the mssql2005
