This article outlines the database structure for the MMv4 aff_default_target_url database table.
- id
Primary Key of aff_default_target_url table.
int(10) | unsigned | auto increment | primary key | indexed
- target_url
The landing page for the specific defatul tracking ID
varchar(255) | indexed
- description
The description of the default tracking ID
varchar(255) | indexed
|