bank and account service is updated
This commit is contained in:
@@ -21,7 +21,7 @@ class Events(CrudCollection):
|
||||
__tablename__ = "events"
|
||||
__exclude__fields__ = []
|
||||
|
||||
event_type: Mapped[str] = mapped_column(String, nullable=False, comment="default")
|
||||
event_type: Mapped[str] = mapped_column(String, nullable=False, comment="Event Type")
|
||||
function_code: Mapped[str] = mapped_column(
|
||||
String, nullable=False, comment="function code"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user