ORIENT/plugins/rainlab/builder/classes/databasetablemodel/templates/full-migration-code.php.tpl

10 lines
144 B
Smarty
Raw Permalink Normal View History

<?php namespace {namespace};
use Schema;
use October\Rain\Database\Updates\Migration;
class {className} extends Migration
{
{migrationCode}
}