Column type longblob in migration

Discussion forum for Extension Writers regarding Extension Development.
Post Reply
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Column type longblob in migration

Post by Kailey »

I have a column that I need to designate as longblob in my migration. How would I do that? For example, I know that varchar(255) is VCHAR:255.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Column type longblob in migration

Post by david63 »

As far as I am aware longblob is not a valid field type.

You can find a list of the valid field types in phpbb/db/tools/tools.php
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: Column type longblob in migration

Post by Kailey »

david63 wrote: Sat Oct 27, 2018 7:02 am You can find a list of the valid field types in phpbb/db/tools/tools.php
Thanks, I was looking in the long place for the list last night!
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
Post Reply

Return to “Extension Writers Discussion”