NULL instead of 0

This commit is contained in:
einhornimmond 2021-10-15 14:11:16 +02:00
parent 889495b38c
commit b5e092dd8a

View File

@ -1,6 +1,6 @@
CREATE TABLE `elopage_buys` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`elopage_user_id` int DEFAULT 0,
`elopage_user_id` int DEFAULT NULL,
`affiliate_program_id` int NOT NULL,
`publisher_id` int NOT NULL,
`order_id` int NOT NULL,