mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
3 lines
127 B
PHP
3 lines
127 B
PHP
<?php
|
|
$db->query("ALTER TABLE `" . TABLE_PREFIX . "monsters` ADD `id` int(11) NOT NULL AUTO_INCREMENT primary key FIRST;");
|
|
?>
|