search for: authors_id_seq

Displaying 1 result from an estimated 1 matches for "authors_id_seq".

2006 Jan 05
1
recipes/categories to books/authors but listing doesn''t work
...><%= link_to book.title, :action => "show", :id => book.id %></td> <td><%= book.author.last_name %></td> </tr> <% end %> </table> authors table: id | integer | not null default nextval(''public.authors_id_seq''::text) last_name | character varying(20) | first_name | character varying(20) | other_name | character varying(20) | books table: id | integer | not null default nextval(''public.books_id_seq''::text) media | character(2) | not nul...