Field |
Field Type |
Null |
Notes |
Description |
BBNCUSERID |
int |
|
Default = 0 |
NetCommunity client user ID. |
SIGNUPTRANSACTIONDATE |
datetime |
 |
|
Date user's signup transaction was committed. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
USERNAME |
nvarchar(50) |
|
Default = '' |
NetCommunity user name. |
USERADDEDDATE |
datetime |
 |
|
Date the user was added to NetCommunity. |
LASTLOGINDATE |
datetime |
 |
|
Date the user last logged in to NetCommunity. |
ACTIVE |
bit |
|
Default = 1 |
Indicates that the NetCommunity user is active. |
DELETED |
bit |
|
Default = 0 |
Indicates that the NetCommunity user is deleted. |
USERUPDATEDATE |
datetime |
 |
|
Date the user information was last updated. |