Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ja/orm/schema-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ SQL クエリーのリストです。いくつかのプラットフォームで
$db = ConnectionManager::get('default');

// スキーマコレクションの作成
// Prior to 3.4 use $db->schemaCollection()
// 3.4 より前は $db->schemaCollection() を使用
$collection = $db->getSchemaCollection();

// テーブル名の取得
Expand Down