donkeycode/propel-uuid-behavior

Help you add an uuid column

Installs: 10 570

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 5

Open Issues: 0

Type:propel-behavior

dev-master 2024-05-30 15:35 UTC

This package is auto-updated.

Last update: 2024-06-30 16:12:16 UTC


README

UuidBehavior for Propel2

Build Status

This behavior adds a uuid capacity to your model

Configuration

<behavior name="uuid">
    <!-- Optional parameters -->
    <parameter name="uuid_column" value="uuid" />
</behavior>