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

OP::ID

This file is part of OP.