> * @since 1.0.0 */ protected static array $columns = [ 'ROW_ID' => ['name' => 'ROW_ID', 'type' => 'int', 'internal' => 'id'], 'row_create_time' => ['name' => 'row_create_time', 'type' => 'DateTime', 'internal' => 'createdAt'], 'row_create_user' => ['name' => 'row_create_user', 'type' => 'int', 'internal' => 'createdBy'], 'KST' => ['name' => 'KST', 'type' => 'string', 'internal' => 'costcenter'], 'Bezeichnung' => ['name' => 'Bezeichnung', 'type' => 'string', 'internal' => 'description'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ protected static string $table = 'FiKostenstellen'; /** * Created at. * * @var string * @since 1.0.0 */ protected static string $createdAt = 'row_create_time'; /** * Primary field name. * * @var string * @since 1.0.0 */ protected static string $primaryField = 'ROW_ID'; }