Type mapping
What each ColumnType becomes on MySQL, PostgreSQL, SQLite and SQL Server.
Dialect differences
What each database does its own way, and the operations one of them refuses.
Writing a grammar
The SchemaGrammar contract, the hooks SqlSchemaGrammar leaves open, and how to add a dialect.