Files
new-api/controller
CaIon 6a9522ac5b feat(subscription): validate price amount and migrate database column type
- Add validation to ensure subscription plan price amount is non-negative and does not exceed 9999.
- Migrate the price_amount column from float/double to decimal(10,6) in the database for improved precision.
- Update SubscriptionPlan model to reflect the new decimal type for price_amount.
2026-02-03 18:58:28 +08:00
..
2026-01-14 22:29:43 +08:00
2026-01-14 22:29:43 +08:00
2026-01-14 22:29:43 +08:00
2025-03-15 19:10:12 +08:00
2026-02-02 14:37:31 +08:00
2026-02-02 14:37:31 +08:00