Files
afup/sql/2018-01-24-techletter.sql
2018-01-30 21:30:59 +01:00

6 lines
200 B
SQL

CREATE TABLE `afup_techletter_subscriptions` (
`id` int NOT NULL AUTO_INCREMENT PRIMARY KEY,
`user_id` int unsigned NOT NULL,
`subscription_date` datetime NOT NULL
) COMMENT='' ENGINE='InnoDB';