Gatuno
unread,Feb 28, 2013, 9:05:54 AM2/28/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pluf Users
Hi!
I'm new to Pluf and I started to use Pluf_Model, but I found a
problem. The Pluf_Model always use a 'id' field.
In one of my tables, I already have a primary key column, but this key
is not an integer. Also, I need to ensure that my key (is a char (5))
is unique.
Also, I couldn't found any CHAR type in Pluf_Model (Yes, there is a
varchar, but I need a char).
What do you suggest?