payment re-arragend tru raw sql
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user