* @since 1.0.0 */ public const COLUMNS = [ 'workflow_template_id' => ['name' => 'workflow_template_id', 'type' => 'int', 'internal' => 'id'], 'workflow_template_created_at' => ['name' => 'workflow_template_created_at', 'type' => 'DateTimeImmutable', 'internal' => 'createdAt', 'readonly' => true], ]; /** * Primary table. * * @var string * @since 1.0.0 */ public const TABLE = 'workflow_template'; /** * Created at. * * @var string * @since 1.0.0 */ public const CREATED_AT = 'workflow_template_created_at'; /** * Primary field name. * * @var string * @since 1.0.0 */ public const PRIMARYFIELD ='workflow_template_id'; }