Move all tables into a schema
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m19s
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m19s
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type ClickLog struct {
|
||||
type LssClickLog struct {
|
||||
ClickID int64
|
||||
UrlID int32
|
||||
ClickedAt time.Time
|
||||
@@ -18,7 +18,7 @@ type ClickLog struct {
|
||||
IpAddress sql.NullString
|
||||
}
|
||||
|
||||
type Url struct {
|
||||
type LssUrl struct {
|
||||
UrlID int32
|
||||
LongUrl string
|
||||
ShortCode string
|
||||
|
||||
Reference in New Issue
Block a user