[TOC] ## 字段创建 `CreateUsersTable` 类中通过 `Blueprint` 实例 `$table` 为 users 表创建所需的字段: > 由 `increments` 方法创建一个` integer` 类型的自增长 id。 ~~~php $table->increme

评论区

登录 后参与评论
× Preview