「Drupal database」の版間の差分

提供: UselessNotes
ナビゲーションに移動検索に移動
ページの作成:「 ---- Category:website
 
編集の要約なし
1行目: 1行目:
{{#get_db_data:
  db = drupal
  |select = Field, Type, Null
  |from = users
}}
{| class="wikitable"
|-
! Field !! Type !! Null
{{#for_external_table:
  |-
  | {{{Field}}} || {{{Type}}} || {{{Null}}}
}}
|}


----
----
[[Category:website]]
[[Category:website]]

2025年4月7日 (月) 16:12時点における版

{{#get_db_data:

 db = drupal
 |select = Field, Type, Null
 |from = users

}}

Field Type Null

{{#for_external_table:

{{{Field}}} {{{Type}}} {{{Null}}}

}}