Database Table: comm promo list

From Dreamwidth Notes
Revision as of 13:13, 2 October 2009 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

Definition

CREATE TABLE comm_promo_list (
   journalid INT UNSIGNED NOT NULL,
   r_start INT UNSIGNED NOT NULL,
   r_end INT UNSIGNED NOT NULL,
   INDEX (r_start)
)

Relationships