-- Extensions CREATE EXTENSION IF NOT EXISTS "pgcrypto"; CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; -- The application will create tables automatically -- This file ensures extensions are available