Commit e67f00be by iwan

Hapus field yang tidak dipakai

1 parent b891575c
......@@ -271,21 +271,12 @@ class Invoice(Base):
jenis = Column(Integer)
no_skrd = Column(String(64))
tgl_skrd = Column(Date)
no_strd = Column(String(64))
tgl_strd = Column(Date)
pejabat_strd_id = Column(Integer)
pejabat_strd_nm = Column(Text)
bank_strd_id = Column(Integer)
posted_strd = Column(Integer, nullable=False)
periode_strd = Column(String(128))
no_urut_strd = Column(Integer)
periode_1 = Column(Date)
periode_2 = Column(Date)
periode = Column(String(128))
tgl_terima = Column(Date)
jatuh_tempo = Column(Date)
penyetor_id = Column(Integer)
bank_id = Column(Integer)
penyetor_kode = Column(String(32))
penyetor_nama = Column(String(128))
status = Column(Integer, nullable=False)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!