somename6668
Results
1
comments of
somename6668
The code below is how I implemented table inheritance to change PartitionKey and ClusteringOrder setting on different table. ``` import com.outworkers.phantom.dsl._ case class User(userId: String, gender: Int, birthDate: DateTime) trait...