sqits / laravel-userstamps

Package to maintain the users who created, updated and deleted eloquent models
MIT License
18 stars 7 forks source link

Please support ulid in users_table_column_type #21

Closed edikurniawan-dev closed 3 weeks ago

edikurniawan-dev commented 7 months ago

Please support ulid in users_table_column_type

  // \config\userstamps.php

  /*
   * Define the table column type which is used in the table schema for
   * the id of the user
   *
   * Options: increments, bigIncrements, uuid
   * Default: bigIncrements
   */

  "users_table_column_type" => "bigIncrements",
rschaaphuizen commented 2 months ago

Thanks for the request, I'll add it somewhere this week and let you know.

rschaaphuizen commented 3 weeks ago

Please update to version 0.0.13 where the ULIDs should be supported.