Thank you Baxter,
but could you specific as typing exact place (or in the particular
sample) where to modify it? ...
I know, it is quite dole from me, but I really want to avoid other
mistake.
I am guessing like this:
The current:
forum_topics int4 4 Yes Change Drop
Index Unique
should it goes to this?:
forum_topics int4 0 Yes Change Drop
Index Unique
Thanks.
On Mar 9, 10:52 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Exactly... even though your formatting got lost, you see where forum-
> topics has no default value? That's your problem. Modify that field
> that 0 is the default value.
>
> I still don't know why it happened, though.
>
> On Mar 9, 3:41 pm, "Richard Zehnal" <[EMAIL PROTECTED]> wrote:
>
> > This is view from my database table:
>
> > Database zehi - Table myghtyboard_forum
> > Field Type Length Not Null Default Action
> > id int4 4 Yes
> > nextval('myghtyboard_forum_id_seq'::regclass)
> > Change Drop Index Unique
> > forum_category_id int4 4 Yes Change Drop
> > Index Unique
> > forum_name varchar 255 Yes Change Drop
> > Index Unique
> > forum_description varchar 255 Yes Change
> > Drop Index Unique
> > forum_topics int4 4 Yes Change Drop Index
> > Unique
> > forum_posts int4 4 Yes Change Drop Index
> > Unique
> > forum_lastpost varchar 255 No Change
> > Drop Index Unique
> > forum_order int2 2 Yes Change Drop Index
> > Unique
>
> > Keyname Unique Primary Field Action
> > myghtyboard_forum_forum_category_id No No forum_category_id
> > Drop
> > myghtyboard_forum_pkey Yes Yes id Drop
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---