summaryrefslogtreecommitdiffhomepage
path: root/packages/console/core/migrations/20260418195905_shocking_marvel_zombies/migration.sql
blob: 7b7f7a2ebc767826402be2cfde4c2841d04f38c8 (plain)
1
2
3
4
5
6
CREATE TABLE `coupon` (
	`email` varchar(255),
	`type` enum('BUILDATHON','GOFREEMONTH') NOT NULL,
	`time_redeemed` timestamp(3),
	CONSTRAINT PRIMARY KEY(`email`,`type`)
);