eluna-scripts-ornfelt/lua/lua_vip/sql/base/auth/premium.sql
2024-09-23 07:59:23 +02:00

7 lines
181 B
SQL

DROP TABLE IF EXISTS `premium`;
CREATE TABLE `premium` (
`AccountId` int unsigned NOT NULL,
`active` int unsigned NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;