Note: A dummy index name was added to the shard key & sort key to support the array column syntax (This prevents Laravel from trying to auto-generate the index name from the column name). It does not impact the schema generation since the driver does not use this name attribute.
@carlsverre Let me know if this was the intended behavior! I didn't understand exactly how it was supposed to be implemented.
Do you mind adding one or two tests for the failure cases? Just to make sure that we don't regress in the future. Otherwise this PR looks solid! Thank you!
This pull request implements the Sort Key per-column direction feature using the following syntax:
The developer must use the second argument to set the direction for all columns or set a per-column direction for all columns:
@carlsverre Let me know if this was the intended behavior! I didn't understand exactly how it was supposed to be implemented.