NAME
OP::Serial - Auto incrementing integer primary key
DESCRIPTION
Extends OP::Int.
SYNOPSIS
use OP qw| :all |;
create "YourApp::Example" => {
id => OP::Serial->assert,
};
SEE ALSO
This file is part of OP.
OP::Serial - Auto incrementing integer primary key
Extends OP::Int.
use OP qw| :all |;
create "YourApp::Example" => {
id => OP::Serial->assert,
};
This file is part of OP.