search for: default_mts_id_seq

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

2006 Feb 02
1
circular table refs in activerecord
...dmin, creator, and processor. Here''s the table which links creators and processors: default_processors: Column | Type | Modifiers ----------------+----------------------+---------- id | integer | not null default nextval(''public.default_mts_id_seq''::text) user_id | integer | not null initials | character varying(5) | not null default_proc_id | integer | "$1" FOREIGN KEY (user_id) REFERENCES users(id) "$2" FOREIGN KEY (default_proc_id) REFERENCES users(id) Each crea...