Stores the last ID used for various types of objects.
Column |
Datatype |
Description |
---|---|---|
typename |
varchar(30) |
Name of this object type. For example, “subscriptions,” “objects” |
objid |
int |
Last ID used for this object type |
objtype |
tinyint |
|
Unique clustered index on (objtype)