Ruby on Rails has ActiveRecord and migrations for database schema and data migration. Does the playback platform support the same (both schemas and data migration)? What if the NoSQL database is used in the playback platform, does it support all database migrations?
source share