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 9ad480b commit 1ef0c04Copy full SHA for 1ef0c04
writing-migrations.md
@@ -594,7 +594,7 @@ Postgres adapter 支持 `smallint` 、`json` 、`jsonb` 和 `uuid` (需要 Pos
594
| update | 当数据更新时的触发动作 (CURRENT\_TIMESTAMP) |
595
| timezone | 开启或关闭 with time zone 选项 |
596
597
-可以在标准使用 `addTimestamps()` 方法添加 `created_at`_ 和 `updated_at`_ 。方法支持自定义名字。
+可以在标准使用 `addTimestamps()` 方法添加 `created_at`_ 和 _`updated_at` 。方法支持自定义名字。
598
599
```
600
<?php
@@ -620,7 +620,7 @@ class MyNewMigration extends AbstractMigration
620
| :--- | :--- |
621
| signed | 开启或关闭 unsigned 选项(仅适用于 MySQL) |
622
623
-`string` 和` text` 类型字段:
+`string` 和`text` 类型字段:
624
625
| 选项 | 描述 |
626
@@ -640,5 +640,3 @@ class MyNewMigration extends AbstractMigration
640
641
642
643
-
644
0 commit comments