* @since 1.0.0 */ protected static array $columns = [ 'profile_contactelement_id' => ['name' => 'profile_contactelement_id', 'type' => 'int', 'internal' => 'id'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ protected static string $table = 'profile_contactelement'; /** * Primary field name. * * @var string * @since 1.0.0 */ protected static string $primaryField = 'profile_contactelement_id'; }