Skip to content

Conversation

sgehrig
Copy link

@sgehrig sgehrig commented May 15, 2025

As discussed in #2006 it is currently not possible to have blamable fields backed by integer columns. This PR (re-) adds the integer type to the list of valid field types.

doctrine uses `integer` if the column is of type `int`

Signed-off-by: Stefan Gehrig <[email protected]>
@VincentLanglet
Copy link
Contributor

Should type like bigint, smallint be added too ?

sgehrig and others added 3 commits September 25, 2025 10:52
Co-authored-by: Javier Spagnoletti <[email protected]>
Co-authored-by: Javier Spagnoletti <[email protected]>
@sgehrig
Copy link
Author

sgehrig commented Sep 25, 2025

@phansys I added the changeling entry.

@sgehrig
Copy link
Author

sgehrig commented Sep 25, 2025

@phansys @VincentLanglet
I can add bigint and smallint as well if needed. I just added integer because that's what I needed and what was discussed in #2006. Adding the other two should not be any problem at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants