|
|
@@ -76,6 +76,23 @@
|
|
|
<command>zf enable test</command>
|
|
|
</entry>
|
|
|
</row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry>DbTable</entry>
|
|
|
+ <entry>Create</entry>
|
|
|
+ <entry>create - [libraryClassName, tableName, ModuleName=null, forceOverwrite=false]</entry>
|
|
|
+
|
|
|
+ <entry>
|
|
|
+ <command>zf create db-table FooClass FooTableName BarModule force-overwrite</command> /
|
|
|
+ <command>zf create db-table FooClass FooTableName BarModule</command> /
|
|
|
+ <command>zf create db-table FooClass FooTableName</command> /
|
|
|
+ <command>zf create db-table FooClass FooTableName --force-overwrite=true</command> /
|
|
|
+ <command>zf create db-table.from-database BarModule force-overwrite </command> /
|
|
|
+ <command>zf create db-table.from-database BarModule </command> /
|
|
|
+ <command>zf create db-table.from-database --force-overwrite=true </command>
|
|
|
+ </entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
</tbody>
|
|
|
</tgroup>
|
|
|
</table>
|