Hi,

> so I have a very basic db setup in my schema,yml
>
> username: { varchar(255), required: true}
> passkey : { varchar(255), required: true}
> id : ~

I think you must add the type of column:

username: { type: varchar(50), required: true }
.....

Bye,

-- 
Juan Pablo Romero Bernal
Blog: http://jpromerobx.blogspot.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to