Socorro/Automatic Emails: Difference between revisions

Jump to navigation Jump to search
Line 41: Line 41:
<pre>CREATE TABLE emails (
<pre>CREATE TABLE emails (
     email citext not null,
     email citext not null,
     last_sending date,
     last_sending timestamp with time zone,
     constraint emails_key primary key ( email )
     constraint emails_key primary key ( email )
);</pre>
);</pre>
Confirmed users
245

edits

Navigation menu