Skip to content

Update migration stub #228

@DenTray

Description

@DenTray

Description

What needs to be done?

Update the existing migration stub to replace the legacy increments method with the new id method for generating the id field. Ensure that the migration stub calls the id method correctly to create the idfield in all relevant contexts.

Expected Outcome

What is the expected result?

The migration stub should generate the primary key id field by calling the new id method. The old increments method should no longer be used. The updated stub should work correctly with all supported database drivers.

Verification Scenarios

How can this be tested?

  • Run the updated migration stub and verify the id field is created using the id method.

  • Confirm that no use of increments remains in the migration stub.

  • Test that generated migration apply correct

  • Ensure no errors or deprecation warnings appear during migration.

  • Confirm no debug information or errors in the console.


Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions