Re: Table with Field Serial - Problem
От | Adrian Klaver |
---|---|
Тема | Re: Table with Field Serial - Problem |
Дата | |
Msg-id | 527281A1.8090907@gmail.com обсуждение исходный текст |
Ответ на | Re: Table with Field Serial - Problem (Yostin Vargas <yostinv@gmail.com>) |
Ответы |
Re: Table with Field Serial - Problem
Re: Table with Field Serial - Problem |
Список | 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 по дате отправления: