Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Dave J on February 17, 2021, 07:04:30 AM

Title: database columns
Post by: Dave J on February 17, 2021, 07:04:30 AM
Hi all

I'm using SMF 2.0.18
PHP 7.0

I was looking at the smf_members table today and did a compare with a previous version and I noticed that there was a difference in the columns. The code below shows the columns that I mean.

`facebook` varchar(45) NOT NULL DEFAULT '',
  `twitter` varchar(45) NOT NULL DEFAULT '',
  `googleplus` varchar(45) NOT NULL DEFAULT '',
  `linkedin` varchar(45) NOT NULL DEFAULT '',
  `youtube` varchar(45) NOT NULL DEFAULT '',
  `myspace` varchar(45) NOT NULL DEFAULT '',
  `github` varchar(45) NOT NULL DEFAULT '',
  `vk` varchar(45) NOT NULL DEFAULT '',
  `spring` varchar(45) NOT NULL DEFAULT '',
  `fquick` varchar(45) NOT NULL DEFAULT '',



I have now found where they came from. At some stage I installed 'Add Social Media Icons to Profiles v1.2.0'

I don't have that mod installed now so can I remove the columns from the table without causing any serious issues?

Thanks for any replies
Title: Re: database columns
Post by: vbgamer45 on February 17, 2021, 07:48:03 AM
Yes you can. they are not standard columns as long as you removed the mod should be ok.
Title: Re: database columns
Post by: Dave J on February 17, 2021, 07:54:10 AM
Quote from: vbgamer45 on February 17, 2021, 07:48:03 AM
Yes you can. they are not standard columns as long as you removed the mod should be ok.

Thanks VB much appreciated