Jump to content
  • 0

Does anyone have this SQL table?


Question

Posted

Good night team!
Guys, I'm looking for this SQL table... I use an old emulator, and I would like to know if anyone has it or could even be creating it for me...
I don't understand anything about SQL haha.
This is an old time eamod project.
I would be very grateful for any help.

 

image.thumb.png.45dfb773b46be7f6362f76d833ab0380.png

4 answers to this question

Recommended Posts

  • 0
Posted

CREATE TABLE `donationlog` (

  `id` INT(11) NOT NULL AUTO_INCREMENT,

  `account_id` INT(11) NOT NULL,

  `uberpoints` INT(11) NOT NULL,

  `date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,

  PRIMARY KEY (`id

`)

);

  • 0
Posted
56 minutes ago, Yukaiii said:

Não deu certo amigo.. ate tentei modificar aqui mas sem sucesso.

Consegui achar ela onde hospedo meu arquivos kkkk Valeu mano

Quote

CREATE TABLE IF NOT EXISTS `donationlog` (
  `account_id` int(10) unsigned NOT NULL,
  `uberpoints` int(10) unsigned NOT NULL DEFAULT '0',
  UNIQUE KEY `account_id` (`account_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...