We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1093f5 commit 97b4184Copy full SHA for 97b4184
src/Illuminate/Database/Schema/ColumnDefinition.php
@@ -14,6 +14,7 @@
14
* @method $this comment(string $comment) Add a comment to the column (MySQL/PostgreSQL)
15
* @method $this default(mixed $value) Specify a "default" value for the column
16
* @method $this first() Place the column "first" in the table (MySQL)
17
+ * @method $this from(int $startingValue) Set the starting value of an auto-incrementing field (MySQL / PostgreSQL)
18
* @method $this generatedAs(string|Expression $expression = null) Create a SQL compliant identity column (PostgreSQL)
19
* @method $this index(string $indexName = null) Add an index
20
* @method $this nullable(bool $value = true) Allow NULL values to be inserted into the column
0 commit comments