mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
default value for empty field
This commit is contained in:
parent
8db9f0881b
commit
9cb7bf65f1
@ -1,6 +1,6 @@
|
|||||||
CREATE TABLE `elopage_buys` (
|
CREATE TABLE `elopage_buys` (
|
||||||
`id` int unsigned NOT NULL AUTO_INCREMENT,
|
`id` int unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`elopage_user_id` int NOT NULL,
|
`elopage_user_id` int DEFAULT 0,
|
||||||
`affiliate_program_id` int NOT NULL,
|
`affiliate_program_id` int NOT NULL,
|
||||||
`publisher_id` int NOT NULL,
|
`publisher_id` int NOT NULL,
|
||||||
`order_id` int NOT NULL,
|
`order_id` int NOT NULL,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user