Description
Stores definitions of security groups.
Columns
The table contains the following columns:
SecurityGroupId : int, primary key, allows null: no
The unique numeric identifier of the security group.
AppCode : varchar (max 100 chars), allows null: no
The column is reserved for system use only.
DateCreated : datetime, allows null: no, default: Current date and time
The date and time the item was created.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DateUpdated : datetime, allows null: no, default: Current date and time
The date and time the item was last updated.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DeptId : int, allows null: no
The ID of the department that owns the security group.
Description : varchar (max 255 chars), allows null: yes
The description of the security group.
GroupName : varchar (max 50 chars), allows null: no
The name of the security group.
UpdateUserId : int, allows null: no
The ID of the user who last updated the item.