Skip to content

Commit

Permalink
Fix composite:generate-table example
Browse files Browse the repository at this point in the history
  • Loading branch information
compositephp authored Nov 22, 2023
1 parent 1237e5e commit 04d24a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The command examines the specific Entity and generates a [Table](https://github.
This class acts as a gateway to a specific SQL table, providing user-friendly CRUD tools for interacting with SQL right off the bat.

```shell
php cli.php composite:generate-table connection_name TableName 'App\Models\EntityName'
php cli.php composite:generate-table 'App\Models\EntityName'
```

| Argument | Required | Description |
Expand All @@ -90,4 +90,4 @@ Options:
| Option | Description |
|----------|--------------------------------------------|
| --cached | Generate cached version of PHP Table class |
| --force | Overwrite existing file |
| --force | Overwrite existing file |

0 comments on commit 04d24a2

Please sign in to comment.