alembic_version
Колонки
| Колонка | Тип | Nullable | Default | Описание |
|---|---|---|---|---|
| version_num 🔑 | character varying(32) | NOT NULL |
🔑 = Primary Key, → = Foreign Key
Индексы
| Имя | Определение |
|---|---|
| alembic_version_pkc | CREATE UNIQUE INDEX alembic_version_pkc ON public.alembic_version USING btree... |