15 Jan
2014
15 Jan
'14
3:58 p.m.
Greetings, Looking at the file raddb/mods-config/sql/main/postgresql/schema.sql in the git repo, I see: CREATE TABLE radcheck ( id serial PRIMARY KEY, UserName text NOT NULL DEFAULT '', Attribute text NOT NULL DEFAULT '', op VARCHAR(2) NOT NULL DEFAULT '==', Value text NOT NULL DEFAULT '' ); Is the "id" field used by FR? Or does it exist for administration of the table in case someone enters two records with identical (UserName, Attribute, op, Values) values? Thanks, -mz