Migration/setup task

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
VirtualSpy
Advanced
Posts: 122
Joined: 05 Jul 2022, 07:55

Migration/setup task

Post by VirtualSpy » 03 Feb 2023, 14:37

laravel version 9.48.0 , Aimeos version 2022.10.4 and PHP version 8.1.3 (Win)

does Aimeos migration have column modifiers like laravel migration https://laravel.com/docs/9.x/migrations ... -modifiers ,because i want to Place the column "after" another column please tell me if it is possible or can i use laravel migration for modify any core table of aimeos , if it will not affect to manager and item class.

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Migration/setup task

Post by aimeos » 05 Feb 2023, 16:26

The used Upscheme library supports modifiers but no after() because only MySQL is offering that and column order isn't important.

The list of available column modifiers offered by Upscheme:
https://upscheme.org/#column-modifiers
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply