Add tender_code
for CORE equity import batch rows
This commit is contained in:
parent
8162821fbd
commit
15340dad6a
2 changed files with 32 additions and 0 deletions
|
@ -92,6 +92,7 @@ class CoreEquityImportBatchRow(model.BatchRowMixin, model.Base):
|
|||
member_type_id = sa.Column(sa.Integer(), nullable=True)
|
||||
payment_amount = sa.Column(sa.Numeric(precision=10, scale=2), nullable=True)
|
||||
department_number = sa.Column(sa.Integer(), nullable=True)
|
||||
tender_code = sa.Column(sa.String(length=2), nullable=True)
|
||||
timestamp = sa.Column(sa.DateTime(), nullable=True)
|
||||
corepos_equity_total = sa.Column(sa.Numeric(precision=10, scale=2), nullable=True)
|
||||
rattail_equity_total = sa.Column(sa.Numeric(precision=10, scale=2), nullable=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue