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