View Single Post
  #1  
Old 10-13-2016, 01:50 AM
Thalix's Avatar
Thalix
Sarnak
 
Join Date: Sep 2016
Posts: 91
Default Column dynamics in table launcer?

For what exactly is the column "dynamics" in the table "launcher"?

Code:
CREATE TABLE IF NOT EXISTS `launcher` (
  `name` varchar(64) NOT NULL DEFAULT '',
  `dynamics` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM
Reply With Quote