EFTable_CommissionFixedCashAmount.db
Generated on: 2025-07-23 11:55:09 UTC
Row count: 51
CREATE TABLE CommissionFixedCashAmount (
[ MinFixedAmount ] INTEGER NOT NULL,
[ StockCashCommissionFixedAmount ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ MinFixedAmount ])
)