-- Copyright (c) HashiCorp, Inc. -- SPDX-License-Identifier: BUSL-1.1 begin; create table test_three ( id tt_public_id primary key, two_id tt_public_id references test_two(id) ); commit;