Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-bphtb-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 91c8d5a1
authored
May 10, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
IsoReversal.tgl default
1 parent
9260c86c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
opensipkd/bphtb/tangerang_kabupaten/models.py
opensipkd/bphtb/tangerang_kabupaten/models.py
View file @
91c8d5a
...
@@ -307,7 +307,7 @@ class IsoPayment(Base):
...
@@ -307,7 +307,7 @@ class IsoPayment(Base):
class
IsoReversal
(
Base
):
class
IsoReversal
(
Base
):
__tablename__
=
'bphtb_reversal'
__tablename__
=
'bphtb_reversal'
id
=
Column
(
Integer
,
ForeignKey
(
IsoPayment
.
id
),
primary_key
=
True
)
id
=
Column
(
Integer
,
ForeignKey
(
IsoPayment
.
id
),
primary_key
=
True
)
tgl
=
Column
(
DateTime
(
timezone
=
True
),
nullable
=
False
)
tgl
=
Column
(
DateTime
(
timezone
=
True
),
nullable
=
False
,
default
=
datetime
.
now
)
iso_request
=
Column
(
String
(
1024
),
nullable
=
False
)
iso_request
=
Column
(
String
(
1024
),
nullable
=
False
)
...
...
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