The UserDatabase is the master list of members in Personal Telco. It is used for authentication in other projects such as NoCat and the PTP Virtual LendingLibrary.
Table User
- varchar GUID (32,Key)
- date modified
- date created
Table Group
- varchar GUID (32,Key)
- date modified
- date created
key: <SQL Primative type> <field name> (<field length>|<etc>, [Key])