Commit e6bb43b8 by taufikyu

salah model

1 parent 0faaaeb8
...@@ -84,9 +84,6 @@ class Pap(DefaultModel,Base): ...@@ -84,9 +84,6 @@ class Pap(DefaultModel,Base):
tgl_tetap = Column(Date) tgl_tetap = Column(Date)
tgl_jt_tempo = Column(Date) tgl_jt_tempo = Column(Date)
keterangan = Column(String(255)) keterangan = Column(String(255))
va_number = Column(String(32))
qris_number = Column(String(32))
qrcode = Column(Text)
class Unit(NamaModel,Base): class Unit(NamaModel,Base):
__tablename__ = 'units' __tablename__ = 'units'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!