1. ServiceNow Product Documentation: "Domain separate a table".
The documentation states, "Add a sysdomain field to the table dictionary entry... you can create a reference field that refers to the Domain [sysdomain] table." This confirms that the core requirement is a reference field named sysdomain pointing to the sysdomain table. (Accessed on various ServiceNow release documentation sites, e.g., Washington DC).
2. ServiceNow Training Courseware: "Domain Separation Implementation" On-Demand Course.
Module: "Domain Separating a Custom Application". The course material specifies: "To domain-separate a table, add a column to it named sysdomain. This column must be a reference to the Domain [sysdomain] table." This directly supports the answer by defining the essential field name and type.