Simple POC how to use server_default time with sqlalchemy, alembic and PostgreSQL
- Docker
- Python3.9
Create database
docker-compose up
Install requrements
python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Apply migrations
alembic upgrade head
Run text example
python .