phalcon / phalcon/migrations

[NFR] Generate migration filename equal as class

Open
#31 0 comments 0 reactions 2 assignees View on GitHub

@niden is already working on this.

Since Jul 4, 2026.

NFR
Dominant language
PHP
Stars
28
Forks
25
Avg merge
9h 39m
Merged PRs (30d)
2

Description

Currently the name of file is a name of table, and the class is some sort of joining table name with its version.

Example:

  • companies.php
  • class CompaniesMigration_100 extends Migration

With new approach the filename and the class name with be equal.

Example:

  • CompaniesMigration_100.php
  • class CompaniesMigration_100 extends Migration

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.