diff --git a/manual/codes/Getting started - Record identifiers - Composite.php b/manual/codes/Getting started - Record identifiers - Composite.php index 91cb4901d..66a808a02 100644 --- a/manual/codes/Getting started - Record identifiers - Composite.php +++ b/manual/codes/Getting started - Record identifiers - Composite.php @@ -1,7 +1,7 @@ hasColumn("user_id", "integer" 20, "primary"); + $this->hasColumn("user_id", "integer", 20, "primary"); $this->hasColumn("group_id", "integer", 20, "primary"); } }