-- Add migration script here CREATE TABLE servers ( id uuid NOT NULL, PRIMARY KEY(id), name TEXT NOT NULL, created_at timestamptz NOT NULL )