Markus Denhoff Migrations Migrations management (eg. for Databases) Docs Source Download class MigrationTest extends Migration { public function up() { $result = Db::query( 'ALTER TABLE `my_table` ADD COLUMN `test` INT DEFAULT NULL; '); if (!$result) throw Db::lastError(); } } Version 0.1.1 License MIT Stars 11 Supports K3 Created 1 May 2022 Updated 30 Apr 2022 Info Topics Databases Devtools Support Docs Issues Email Latest releases 0.1.1 0.1.0 Similar plugins Devutils Kirby devutils is a set of command line tools to help you manage your Kirby CMS project. K4 Debug Bar PHP Debug Bar for KirbyCMS K4 K3 Devkit Get easily accessible info on variables and data in frontend for template development. K4 More by Markus Denhoff More Sentry Sentry real-time crash reporting for Kirby CMS sites K4 K3 Git Content Automatic commit and push of content changes made via the Panel to a git repository K4 K3 OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K4 K3