Bronze 1
Since ‎06-07-2023
‎02-06-2024

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

pkalinowski's Bio

Badges pkalinowski Earned

View all badges

Recent Activity

I have a model, where videos is main table, with playbacks joined to it. Each playback has playback_key (set as primary key in model) and I want to test for its uniqueness.I based my test on uniqueness example from docs:test: playback_key_is_unique {...