[Bug] When using console command generate:dimension it always generates column type of INTEGER(11) DEFAULT 0 NULL #22908
Labels
Potential Bug
Something that might be a bug, but needs validation and confirmation it can be reproduced.
To Triage
An issue awaiting triage by a Matomo core team member
What happened?
When using the console command to generate a new dimension, in this case a visit dimension, and you provide any valid input of column type, it always ends up beeing
INTEGER(11) DEFAULT 0 NULL
in the generated dimension.What should happen?
The generate command should output the column type provided.
How can this be reproduced?
Run ./console generate:dimension (first I have created a dummy plugin). When providing the input of column type, it ends out always beeing INTEGER(11) DEFAULT 0 NULL.
Matomo version
5.2.1
PHP version
8.2.27
Server operating system
Linux
What browsers are you seeing the problem on?
No response
Computer operating system
No response
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: