| Column |
Type |
Default |
Extra |
Comment |
Login |
char(32) |
|
|
|
| Password |
char(32) |
|
|
|
| FirstName |
char(64) |
|
|
|
| LastName |
char(64) |
|
|
|
| EmailAddress |
char(255) |
|
|
|
| Campaigns |
enum('Y', 'N') |
N |
|
Can the user access the Campaign management interface? |
| Advertisers |
enum('Y', 'N') |
N |
|
Can the user acess the Advertiser management interface? |
| Sections |
enum('Y', 'N') |
N |
|
Can the user acess the Section management interface? |
| Reports |
enum('Y', 'N') |
Y |
|
Can the user acess the Report interface? |
| Admin |
enum('Y', 'N') |
N |
|
Can the user acess the Admin interface? |
| CampaignInsertion |
enum('Y', 'N') |
Y |
|
Can the user acess the Campaign Insertion interface? |
| Invoicing |
enum('Y', 'N') |
N |
|
Can the user acess the Invoicing interface? |
| LimitedCampaigns |
enum('Y', 'N') |
N |
|
Can the user get limited access to campaigns? |