No, it is not safe to resize columns in WP core tables, or to alter them.
When you next update WordPress, the update process will alter the tables to the official table schema, truncating all your GUIDs and breaking them.
Instead, you need to contact the support route for the plugin so that they can fix this. They shouldn’t be reusing GUIDs to store URLs if the URLs are going to be long. This is a bug in the plugin.
Edit: There’s a ticket on Core Trac related to this, reproducing and posting that you can replicate it and it affects you will help, as will watching/starring it https://core.trac.wordpress.org/ticket/47296
Related Posts:
- How to delete all records from or empty a custom database table?
- Doubt using $wpbd->get_col for a single column
- Access WordPress database outside of WordPress
- Help With MySQL to WPDB Query Conversion
- Create a table with wordpress plugin boilerplate
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- WPDB: Update table
- Issue running db create table query from static method
- How to access the WordPress DB from a plugin file
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- Bulk Edit Media Library alt, caption, image names
- $wpdb->delete not working for me
- Optimise wordpress database using SQL after deleting registered images from Media Folder
- How to securely controlling data without keeping it in postmeta?
- Write mysql credentials in plugin
- Delete tables from database when deleting plugin
- WordPress sharding: which multi-DB plugin to use?
- Simple form that saves to database
- Way to force media uploader use custom image size
- Using Vagrant for customizable WordPress Multi-sites [closed]
- Hook for image edit popup
- How do I check what plugins are enabled via the database?
- How can a Firebase user registration and login be integrated into a WordPress site?
- Stackoverflow type of badge plugin giving warnings in WordPress 3.5
- How to update widget_text in the wp_options table
- prefix table and plugins
- Upload images from custom plugin using the media modal
- how to show database content in wordpress post
- What is the easiest way to implement cascading database upgrade for my plugin?
- Storing Email Account Passwords for SMTP Mailing for a WordPress Plugin
- Remove obsolete plugins artifacts from database tables
- WordPress 3.5 Media Manager – add a button
- If I delete plugins via FTP are settings kept in DB?
- What kind of data is that?
- Embed a Google Sheet as you view it in a separate tab?
- Any way to change the actual filename of an image from media manager?
- Where does WordPress store plugin (enabled/disabled) status for multisite?
- How to access data in wordpress database externally using php
- custom user tables supported in SharDB plugin?
- Creating mySQL procedure with $wpdb
- How to check if tables in WordPress still exists after activations
- Prevent duplicate records in plugin table
- Automatic switch to backup database on fail
- WordPress Integration with Google Groups
- wp_editor content in plugin options page
- Why this function not working for install database on plugin activation
- WordPress : Explain Plugins & Theme string value in database
- Plugins in WP_Options but not Active
- How to insert multiple postmeta values with one query?
- WordPress as a data-store?
- Problem of encoding characters (apostrophes) in my posts publications
- Is there a rule for wordpress plugins developers to not do any database changes upon update?
- $wpdb update query in plugin only updating one column
- Updating options into the wp database performance
- Ajax save data to database on document ready, no data being saved
- download button for audio file in post [closed]
- External wpdb connections in different plugins on single page
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- WordPress plugin boilerplate table create
- Mowing site to another domain in simplest way
- How to relate 3 wordpress components with each other (Create database relationships)
- Creating a search form and displaying results
- Issue removing Media Editor Tabs — Duplicate Items
- How can I store data from custom fields to custom tables?
- Integrating Custom Database with WordPress
- How to display results from a data table with an encrypted user id?
- add_action for publish_post doesn’t work
- Getting URL GET parameter with Code snippets and storing it in database?
- Same Plugin tables between wordpress installations
- How to implement data residency in my WordPress site
- Is it possible to pull all featured images from WP database only?
- Using id to show item
- WordPress database problem wp_posts, primary key
- How to allow URL with filename & extension in wordpress?
- How wordpress handle urls present in db for external wp-content directory
- Using Filters to modify contect – DB query results alwats appear fist
- PHP message: WordPress database error Deadlock found when trying to get lock
- Many to many relationship for variable products
- Is it a good practice to use wordpress database to store pages contents which loading to page dynamically?
- Media Upload to custom database and Custom Directory
- using wordpress login details for other website / application / forum?
- Where do the section input fields values are stored in database
- how to create database to use it in wordpress website?
- How to create a custom page for unrelated database?
- User content database [closed]
- A plugin is giving me “You do not have sufficient permissions to access this page.” error
- wpdb get_var is not returning any result (verified mysql query returns only one value)
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Get the url of attachments from the post?
- Create New Admin Menu Section – Like how custom post type works, in a way
- Shortcode returning specific content of a post
- How to dispaly post informations (such as titles) in an admin plugin menu page?
- get_option returning a different value from what’s saved
- add_image_size is not generatin images of correct dimensions
- How can I delete the options from DB when the plugin is deleted?
- register_activation_hook not working
- Very slow page loads
- Form with response button after on table after submission
- Can’t save formdata in DB