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