Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [tommyfotak] Making a table auto-increment: Edit Log

Here is the list of edits for this post
Re: [tommyfotak] Making a table auto-increment
$c->pk('ID');
$c->ai('ID');

Where $c = $creator->('table');

ai = auto increment
pk = primary key

$c->unique( { somename => ['column_name'] } );


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Jul 9, 2002, 4:46 PM

Edit Log: