Database
144 views
Database Migration
Quick Definition
Version-controlled changes to database schema
Full Definition
Version-controlled changes to database schema that can be applied or reverted.
Examples
schema versioning, Laravel migrations, rollback capability
Related Terms
version-control
schema-design
More Database Terms
Cassandra
Distributed NoSQL database with high availability and scalability
Key-Value Store
NoSQL database storing data as key-value pairs
View
Virtual table defined by a SQL query
Write Ahead Log
Persistence mechanism writing changes to log before database
Schema Design
Defining database table structure and constraints
CAP Theorem
Theorem on Consistency, Availability, Partition tolerance trade-offs