We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893bcf3 commit 1e5caaaCopy full SHA for 1e5caaa
docs_src/advanced/sa_column/tutorial001.py
@@ -2,8 +2,8 @@
2
from time import sleep
3
from typing import Optional
4
5
-from sqlmodel import Field, Session, SQLModel, create_engine, select
6
from sqlalchemy import Column, DateTime, func
+from sqlmodel import Field, Session, SQLModel, create_engine, select
7
8
9
class Hero(SQLModel, table=True):
0 commit comments