Ir para conteúdo

Featured Replies

Resolvido por Aksz

Ir para solução
  • Respostas 7
  • Visualizações 496
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • O erro continua, porém é outra coluna   ALTER TABLE newsticker ADD COLUMN date int(11) NOT NULL;  

Posted Images

Postado
11 horas atrás, ArielZeRah disse:

image.thumb.png.11b9b98933d4d0912085cf388c35672c.png

CREATE TABLE `z_news_tickers` (
  `id` int(11) NOT NULL,
  `date` int(11) NOT NULL DEFAULT '1',
  `author` int(11) NOT NULL DEFAULT '29',
  `image_id` int(3) NOT NULL DEFAULT '0',
  `text` text NOT NULL,
  `hide_ticker` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

ALTER TABLE `z_news_tickers`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `z_news_tickers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

 

Postado
  • Autor
5 horas atrás, Diiego Liima disse:

CREATE TABLE `z_news_tickers` (
  `id` int(11) NOT NULL,
  `date` int(11) NOT NULL DEFAULT '1',
  `author` int(11) NOT NULL DEFAULT '29',
  `image_id` int(3) NOT NULL DEFAULT '0',
  `text` text NOT NULL,
  `hide_ticker` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

ALTER TABLE `z_news_tickers`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `z_news_tickers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

 

image.thumb.png.0a1cdb8a89dc3a969099c5eb39b1f914.png
Opa, amigo tudo joia? vlw por ajudar, mas eu já tenho essa TABLE erro persiste ainda UP!
 Bored Cabin Fever GIF

Postado
  • Autor
Em 15/11/2022 em 08:24, Diiego Liima disse:

CREATE TABLE `z_news_tickers` (
  `id` int(11) NOT NULL,
  `date` int(11) NOT NULL DEFAULT '1',
  `author` int(11) NOT NULL DEFAULT '29',
  `image_id` int(3) NOT NULL DEFAULT '0',
  `text` text NOT NULL,
  `hide_ticker` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

ALTER TABLE `z_news_tickers`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `z_news_tickers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

 

image.thumb.png.44f46c6d4d4a7f0dc181cf49fb587ec1.pngimage.thumb.png.4b70d796cc1d60000c8a20ee7df09649.png

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo