mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
10 lines
231 B
XML
10 lines
231 B
XML
<slide title="Index Creation">
|
|
|
|
<blurb fontsize="4em">
|
|
Unlike in MySQL where indexes can be a part of the table definition in SQLite they need to be
|
|
created independently.
|
|
</blurb>
|
|
|
|
<example filename="index_create.php" />
|
|
|
|
</slide> |