holistics / holistics/dbml

Computed Columns

Open
#121 7 comments 5 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
JavaScript
Stars
3.7k
Forks
233
Avg merge
1d 23h
Merged PRs (30d)
4

Description

Hi I didn't find a way to make a computed column out of previous columns defined.

Table LOA_AMT_AmortizationTable{
AMT_LoanID bigint
MonthPeriod int
SaldoInitCapital_PrincipalInitialBalance double
Pago_Payment double
PagoCapital_PrincipalPayment double
PagoInteres_InterestPayment double
PagosCapitalAcumulado_CumulativePrincipalPayments double
PagosInteresesAcumulados_CumulativeInterestPayments double
SaldoFinalCapital_PrincipalEndingPeriodBalance double [cc: SaldoInitCapital_PrincipalInitialBalance - PagoCapital_PrincipalPayment ]
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.