payment re-arragend tru raw sql

This commit is contained in:
2025-07-13 19:42:22 +03:00
parent 9edc6cb6a0
commit 2fe8375be2
12 changed files with 607 additions and 59 deletions

View File

@@ -17,6 +17,7 @@ class ApiEnumDropdown(CrudCollection):
uu_id: Mapped[str] = mapped_column(
UUID, server_default=text("gen_random_uuid()"), index=True, unique=True
)
lang: Mapped[str] = mapped_column(String, nullable=False, server_default="tr", comment="Language")
enum_class: Mapped[str] = mapped_column(
String, nullable=False, comment="Enum Constant Name"
)