Related:
- Database connection error (1): the mysql adapter 'mysql' is not available.
- Tentacle locker 1 - Download - Adult games
- Fnaf 1 download pc - Download - Horror
- Igi 1 download - Download - Shooters
- Access database download - Download - Databases
- Fnia 1 apk - Download - Adult games
2 responses
Ridiculously old thread, but the answer may help someone even years later.
The field type "text" doesn't have a length in mysql. It is automatically allows for a really large amount of data of variable length (iirc). If you want to specify a length for a textfield, then you might be looking for the datatype "varchar" which you can set to a number between 1 and 255, I believe.
The field type "text" doesn't have a length in mysql. It is automatically allows for a really large amount of data of variable length (iirc). If you want to specify a length for a textfield, then you might be looking for the datatype "varchar" which you can set to a number between 1 and 255, I believe.