Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Change deprecated TableQuery reference
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
slick/src/sphinx/gettingstarted.rst
|
@@ -142,7 +142,7 @@ data: |
|
|
|
|
|
.. includecode:: code/FirstExample.scala#create |
|
|
|
|
|
The ``TableQuery``'s ``ddl`` method creates ``DDL`` (data definition language) objects |
|
|
The ``TableQuery``'s ``schema`` method creates ``DDL`` (data definition language) objects |
|
|
with the database-specific code for creating and dropping tables and other |
|
|
database entities. Multiple ``DDL`` values can be combined with ``++`` to |
|
|
allow all entities to be created and dropped in the correct order, even when |
|
|