我想在使用hook_schema函數的Drupal數據庫中創建一個表,但我得到了我無法解決的PDO異常錯誤。這將是巨大的,如果你能提供給我一個解決我的問題 PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064
You have an error in your SQL syntax; check the ma
任何幫助都會很棒。 function request_gold_pack_schema() {
$schema['request_gold_pack_customer_details'] = array(
'description' => 'Table to store all customer details.',
'fields' => array(