2 lines
64 B
MySQL
2 lines
64 B
MySQL
|
SELECT id, name, applied_at FROM migrations ORDER BY applied_at
|