-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Creating columns with a single value (static column) [DATACASS-812] #978
Comments
Mark Paluch commented That sounds a neat enhancement. Feel free to submit a pull request. I assume it doesn't make so much sense to use static columns for entities, right? |
lmcdasi commented The way that our developers would like to use it in the entity is:
So I guess a When the table is created that should translate into the static be added into the create table: |
lmcdasi opened DATACASS-812 and commented
In the DataStax driver manual, there is a possibility to create columns as static.
https://docs.datastax.com/en/dse/6.0/cql/cql/cql_using/refStaticCol.html
In the driver code, the DefaultAlterTable seems to support the addition of static columns through: columnsToAddStatic
I'm wondering if we can achieve the same with the framework & if not is it possible introduce this functionality ?
Thx
No further details from DATACASS-812
The text was updated successfully, but these errors were encountered: