nicolanrizzo / propel-uuid-behavior

Help you add an uuid column

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Help you add an uuid column

License:MIT License


Languages

Language:PHP 100.0%