Auto-Increment Field Type

I don’t think we have field type with auto-incrementing.

You need to update code:

<?php
	 $dictionary['YOUR_MODULE']['fields']['NAME_OF_AUTO_INC_FIELD']['auto_increment'] = true; 
?>

1 Like