Displaying 1 result from an estimated 1 matches for "default_proc".
2006 Feb 02
1
circular table refs in activerecord
...) | not null
created_on | timestamp without time zone | not null
updated_on | timestamp without time zone | not null
This is used to log in. There are three "user types", which are admin,
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 | cha...