mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00
3 lines
98 B
SQL
3 lines
98 B
SQL
-- `gen_random_uuid()` wasn't added until Postgres 13
|
|
create extension if not exists "uuid-ossp";
|