I would like to use a custom identifier (instead of the default automatic increments) for the Rails model. Basically, all identifiers will be iTunes store identifiers, which are simply long integers. Is it possible to disable the default auto-increment identifiers and require them to be set? These identifiers will also be used as foreign keys in other models.
source
share