Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OidType? #58

Closed
speckins opened this issue May 23, 2023 · 2 comments
Closed

OidType? #58

speckins opened this issue May 23, 2023 · 2 comments

Comments

@speckins
Copy link

Would you accept a PR for adding the "oid" column type? (We needed it for holding a large object oid.)

@tpetry
Copy link
Owner

tpetry commented May 24, 2023

The oid type is a very specific construct and I will not add it as I believe it will be mis-used too much by developers not fully understanding it or the implications. But you can still use the oid type with the current release. I've added a note to the docs that you can use any unsupported type by pretending that is a domain type:

$table->domain('mycolumn', 'oid');

@tpetry tpetry closed this as completed May 24, 2023
@speckins
Copy link
Author

Oh, that's new (we're on 0.20.1). Good enough for me!

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

No branches or pull requests

2 participants