Extension:ContributionTracking/contribution_tracking_owa_ref table
Jump to navigation
Jump to search
Contents
Fields[edit]
url[edit]
URL of event.
id[edit]
Primary key. ID of the event.
Schema summary[edit]
mysql> describe contribution_tracking_owa_ref; +-------+----------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------+----------------+------+-----+---------+----------------+ | url | varbinary(255) | YES | UNI | NULL | | | id | int(11) | NO | PRI | NULL | auto_increment | +-------+----------------+------+-----+---------+----------------+
(see source here).
|