Jump to content

Mysql Cerere


gostkick
 Share

Recommended Posts

4 hours ago, gostkick said:

Salut are cineva aceste doua tabele wcode_suspend si wcode_recover.

avand in vedere ca ai panelul si ai nevoie de ele, in panel ti se cer tabelele si iti arata ce contin, nu ar dura mai mult de 10 minute sa te uiti si sa le faci.

 

 

Link to comment
Share on other sites

--
-- Table structure for table `wcode_suspend`
--

CREATE TABLE `wcode_suspend` (
  `ID` int(11) NOT NULL,
  `User` varchar(32) NOT NULL,
  `Userid` int(11) NOT NULL,
  `Admin` varchar(32) NOT NULL,
  `Adminid` int(11) NOT NULL,
  `Days` int(11) NOT NULL,
  `Date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `Date_unix` int(11) NOT NULL,
  `Expire_unix` int(11) NOT NULL,
  `Expire` varchar(32) NOT NULL,
  `Reason` varchar(64) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Indexes for table `wcode_suspend`
--
ALTER TABLE `wcode_suspend`
  ADD PRIMARY KEY (`ID`);

--
-- AUTO_INCREMENT for table `wcode_suspend`
--
ALTER TABLE `wcode_suspend`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1;

uite suspend, recover nu l am gasit, dar vezi ce iti trebuie si fa l tu

Link to comment
Share on other sites

  • 2 months later...
  • ASGOOD locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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