'array', 'is_unique' => 'boolean', 'is_primary' => 'boolean', ]; public function table(): BelongsTo { return $this->belongsTo(Table::class); } }