Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

[Proposal] Add support to TINYTEXT #1128

Open
rentalhost opened this issue Apr 19, 2018 · 2 comments
Open

[Proposal] Add support to TINYTEXT #1128

rentalhost opened this issue Apr 19, 2018 · 2 comments

Comments

@rentalhost
Copy link

rentalhost commented Apr 19, 2018

  • Laravel Version: 5.6.17 (lastest)
  • PHP Version: 7.2.2 ZTS MSVC15 (Visual C++ 2017) x64
  • Database Driver & Version: MariaDB 10.1.14

Description:

Add support to TINYTEXT column type to Blueprint. This column type is supported by MySQL and MariaDB, to other DBMS it could be converted to TEXT or similar (it yet happen with MEDIUMTEXT or LONGTEXT).

Additional

It could be expanded to other types:

  • BIT(M) with *INT fallback, depending of M length;
  • VARBINARY(M) with BLOB fallback;
  • TINYBLOB with BLOB fallback;
  • MEDIUMBLOB with BLOB fallback (?);
  • LONGBLOB with BLOB fallback (?);
  • ENUM with VARCHAR fallback;
  • SET with TEXT fallback (?);
@ManojKiranA
Copy link

yes it will be great ping @driesvints @staudenmeir

@ManojKiranA
Copy link

Added in laravel/framework#36949

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants