Commit bda3bd9c by Solo Group

script test dan log db

1 parent 996a843f
......@@ -37,8 +37,8 @@ class SamsatPayment(Base, BaseModel):
pokok_adm_stnk = Column(Integer)
pokok_adm_tnkb = Column(Integer)
jumlah = Column(Integer)
keterangan = Column(Integer)
kode_wilayah = Column(Integer)
keterangan = Column(String(128))
kode_wilayah = Column(String(128))
ntb = Column(String(32), nullable=False)
ntp = Column(String(32), nullable=False)
tgl = Column(DateTime(timezone=False))
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!