Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
linkaja-models
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 eebbf1c5
authored
Feb 20, 2021
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Kapasitas terkait field message tidak dibatasi
1 parent
04cfe114
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
linkaja/models.py
linkaja/models.py
View file @
eebbf1c
...
...
@@ -24,7 +24,7 @@ class Rpc(Base):
DateTime
(
timezone
=
True
),
nullable
=
False
,
server_default
=
func
.
now
())
ip
=
Column
(
String
(
15
),
nullable
=
False
)
conf_name
=
Column
(
String
(
16
),
nullable
=
False
)
merchant
=
Column
(
String
(
100
)
,
nullable
=
False
)
merchant
=
Column
(
Text
,
nullable
=
False
)
terminal
=
Column
(
String
(
100
),
nullable
=
False
)
trx_type
=
Column
(
String
(
3
),
nullable
=
False
)
msisdn
=
Column
(
String
(
20
),
nullable
=
False
)
...
...
@@ -42,7 +42,7 @@ class Rpc(Base):
# Penerjemahan bit 39
resp_code
=
Column
(
String
(
2
))
# Penjelasan resp_code untuk pelanggan
resp_msg
=
Column
(
String
(
200
)
)
resp_msg
=
Column
(
Text
)
# Penjelasan resp_code untuk audit sistem
resp_orig_msg
=
Column
(
Text
)
# Nama wajib pajak
...
...
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