mirror of
https://github.com/creyD/apilog.git
synced 2026-04-15 04:40:35 +02:00
feat: added initial config
This commit is contained in:
6
app/models/auth.py
Normal file
6
app/models/auth.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from creyPY.fastapi.models.base import Base
|
||||
from sqlalchemy import Column, String
|
||||
|
||||
|
||||
class APIKey(Base):
|
||||
note = Column(String(512), nullable=False, unique=True)
|
||||
Reference in New Issue
Block a user