This add-on integrates Postgres extension for ULID pgx_ulid into your DDEV project.
ddev add-on get dragonwize/ddev-pgx-ulid
ddev restart
ddev create-ext-ulid
After installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Pgx Ulid |
ddev logs -s pgx-ulid |
Check Pgx Ulid logs |
ddev create-ext-ulid |
Add the Postgres extension to your database |
Contributed and maintained by @dragonwize