Skip to content
Snippets Groups Projects
Commit 3d631f00 authored by Robert Anderson's avatar Robert Anderson
Browse files

Added type column for different types of values

parent f5ca42bf
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,9 @@ CREATE TABLE @PREFIX@topups ( ...@@ -90,6 +90,9 @@ CREATE TABLE @PREFIX@topups (
UserID @SERIAL_REF_TYPE@ NOT NULL, UserID @SERIAL_REF_TYPE@ NOT NULL,
/* 1 = traffic topup, 2 = uptime topup */
Type @INT_UNSIGNED@,
ValidFrom DATETIME, ValidFrom DATETIME,
ValidTo DATETIME, ValidTo DATETIME,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment