| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class Version20250610094046 extends AbstractMigration |
||
| 11 | { |
||
| 12 | public function getDescription(): string |
||
| 13 | { |
||
| 14 | return 'Fixed primary key field order.'; |
||
| 15 | } |
||
| 16 | |||
| 17 | public function up(Schema $schema): void |
||
| 23 | ALTER TABLE stu_user_map ADD PRIMARY KEY (cx, cy, user_id, layer_id) |
||
| 24 | SQL); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function down(Schema $schema): void |
||
| 37 |