mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
more typed orm (#28507)
This commit is contained in:
@ -6,8 +6,8 @@ from sqlalchemy import DateTime, String
|
||||
from sqlalchemy.orm import Mapped, mapped_column
|
||||
|
||||
from libs.datetime_utils import naive_utc_now
|
||||
from models.base import TypeBase
|
||||
|
||||
from .base import TypeBase
|
||||
from .types import BinaryData, LongText
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user