Dimkanp
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 1
-
Dimkanp commented, -
Dimkanp created a post, CompletedDB data view, map column values
Hello! I have few columns in database table that corresponding to constants in the go code like const ( StatusNotStarted = 1 StatusStarted = 2 StatusFinished = 3 StatusCanceled = 4) ...