Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
iso8583-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 62c81354
authored
Sep 07, 2020
by
aa.gusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
TambahLog buat Sambat
1 parent
751094a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
iso8583_web/scripts/views/linkaja/models.py
iso8583_web/scripts/views/linkaja/models.py
View file @
62c8135
...
@@ -88,3 +88,19 @@ class Log(Base):
...
@@ -88,3 +88,19 @@ class Log(Base):
bit_102
=
Column
(
String
(
32
))
bit_102
=
Column
(
String
(
32
))
bit_107
=
Column
(
String
(
8
))
bit_107
=
Column
(
String
(
8
))
bit_062_data
=
Column
(
JSON
)
bit_062_data
=
Column
(
JSON
)
class
LogSam
(
Base
):
__tablename__
=
'log_sam'
id
=
Column
(
Integer
,
primary_key
=
True
)
created
=
Column
(
DateTime
(
timezone
=
True
),
nullable
=
False
,
server_default
=
func
.
now
())
rpc_id
=
Column
(
Integer
,
ForeignKey
(
Rpc
.
id
),
nullable
=
False
)
ip
=
Column
(
String
(
15
))
conf_name
=
Column
(
String
(
16
),
nullable
=
False
)
message
=
Column
(
JSON
)
mti
=
Column
(
String
(
4
),
nullable
=
False
)
bit_003
=
Column
(
String
(
6
))
# Processing Code
bit_062_data
=
Column
(
JSON
)
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment