ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How can I Convert a SQL database design to a drupal schema installation file?

user-image
تم إضافة السؤال من قبل Yazan Ahmad , programmer , wysada
تاريخ النشر: 2013/06/09
mohammed Gomma
من قبل mohammed Gomma , Senior software engineer , adsia.com

Take a look at   d7 hook_schema 

 

you will write your code at Your_Module_Name.install file.

Muhammad Reda
من قبل Muhammad Reda , Senior Drupal Developer and Problem Solver , MESC

Take a look at Schema module.
https://drupal.org/project/schema The Schema API allows modules to declare their database tables in a structured array and provides API functions for creating, dropping, and changing tables, columns, keys, and indexes.

المزيد من الأسئلة المماثلة