Re: Table with Field Serial - Problem - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Table with Field Serial - Problem
Date
Msg-id 527281A1.8090907@gmail.com
Whole thread Raw
In response to Re: Table with Field Serial - Problem  (Yostin Vargas <yostinv@gmail.com>)
Responses Re: Table with Field Serial - Problem
Re: Table with Field Serial - Problem
List pgsql-general
On 10/31/2013 08:23 AM, Yostin Vargas wrote:
> Yes i have a single field because is related to another table that
> contains, the name
>
> it's for to do multilanguage
>
> Example
>
> Table1
>   Column  |       Type        |                          Modifiers
> ----------+-------------------__+-----------------------------__------------------------------__--
>   id   | integer           | not null default
> nextval('test_table_id_fld___seq'::regclass)
>
>
> Table2
> Column  |       Type        |                      related
> ----------+-------------------__+-----------------------------__------------------------------__--
>   id_table1   | integer           |  FK of Table1.id
>   id_lang       | integer          |  FK of lang.id <http://lang.id>
>   name         |  varchar
>

I may be having one of my dumb moments, but what does the above
accomplish that including the serial column in Table2 does not?

>
> I solve it  doin it  " $model->id=new CDbExpression('DEFAULT'); "

Great.

>
> Thanks for your Helps



--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: GSSAPI server side on Linux, SSPI client side on Windows
Next
From: John R Pierce
Date:
Subject: Re: Connection pooling