12
Usuń klucz podstawowy z MySQL
Mam następujący schemat tabeli, który mapuje user_customers do uprawnień w bazie danych MySQL na żywo: mysql> describe user_customer_permission; +------------------+---------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------------+---------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | user_customer_id | int(11) …