On Thu, Dec 22, 2011 at 9:10 AM, herman vierendeels
wrote:
> Hello,
>
> I would like to reserve new class in entity_class.
> Namely , myEntity, meaning my own company. So i can stock much more
> info about me than is possible now in defaults table.
>
> Can i do this by adapting sql/Pg-database.sq
Hi Herman,
On Thu, Dec 22, 2011 at 6:10 PM, herman vierendeels
wrote:
> Hello,
>
> I would like to reserve new class in entity_class.
> Namely , myEntity, meaning my own company. So i can stock much more
> info about me than is possible now in defaults table.
>
> Can i do this by adapting sql/Pg
Hello,
I would like to reserve new class in entity_class.
Namely , myEntity, meaning my own company. So i can stock much more
info about me than is possible now in defaults table.
Can i do this by adapting sql/Pg-database.sql ?
INSERT INTO entity_class (id,class) VALUES (7,'myEntity');
I would