Stores currently defined Replication Server profiles.
Column |
Datatype |
Description |
---|---|---|
name |
varchar(255) |
Profile name |
vers |
varchar(255) |
Profile version. Can be an empty string |
id |
rs_id |
Profile ID |
type |
char(1) |
Profile type:
|
comments |
varchar(255) |
Profile description and information |
unique index on (name, vers, type)
non-unique index on (type)