ファイル: src/Master.php
public function activate() {
Schema::addTables();
// migrations
Schema::v101();
Schema::v110();
}
使用するアイテム #使用するアイテム | 説明 |
|---|---|
| src/Schema.php: Schema::addTables() | Adds tables |
| src/Schema.php: Schema::v101() | Migrations for v1.0.1 |
| src/Schema.php: Schema::v110() | Migrations for v1.1.0 |