Problem with MS SQL Server (created and modified fields)

2013-01-08 Thread carlos . marcosr
Hi, i'm new at cakephp, and i've a problem with MSSQL and created/modified fields I did the blog example in mysql without problems. Now, i try to do the same in mssql server and it doesn't work properly. I created the table: CREATE TABLE [enqDocencia].[posts]( [id] [int] IDENTITY(1,1)

created and modified fields with microsoft sql server

2013-01-08 Thread carlos . marcosr
Hi, i'm new at cakephp, and i've a problem with MSSQL and created/modified fields I did the blog example in mysql without problems. Now, i try to do the same in mssql server and it doesn't work properly. I created the table: CREATE TABLE [enqDocencia].[posts]( [id] [int] IDENTITY(1,1)