Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage text/plain create varchar(255) and not mediumtext #32

Open
lucaslaurent04 opened this issue Jan 19, 2024 · 0 comments
Open

Usage text/plain create varchar(255) and not mediumtext #32

lucaslaurent04 opened this issue Jan 19, 2024 · 0 comments

Comments

@lucaslaurent04
Copy link
Contributor

In the documentation it is explained that using type "string" and usage "text/plain" will create a column mediumtext in the database, but when I tested it created a varchar(255).

Maybe the doc is wrong or the maybe a bug need to be fixed in eQual code.

For instance:
```php
<?php
[
'type' => 'string',
'usage' => 'text/plain'
]
```
will be stored as MEDIUMTEXT and the UI will know it has to display the field as a TEXTAREA rather than as an INPUT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant