MMv4 KB
 
aff_default_target_url DB Table
  Last Edited - 03/15/2010 4:48pm PDT
  Category Path - Developer's Guide > Database Structure
 

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

Powered by ModularKB