antiblock
Rodnia | Alpha & Omega
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
Truta190

Alguem que tenha essas tabela na log

Question

1 answer to this question

  • 0
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `tool_ban`
-- ----------------------------
DROP TABLE IF EXISTS `tool_ban`;
CREATE TABLE `tool_ban` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `who` varchar(12) NOT NULL,
  `action` varchar(32) NOT NULL,
  `victim` varchar(12) NOT NULL,
  `reason` varchar(128) NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;

 

Share this post


Link to post
Share on other sites
antiblock
https://arwen2.global/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now