菜鸟鼻涕

菜鸟鼻涕

爱像风,看不到,但是能感觉到

  • 财富值4243
  • 威望值50
  • 总积分5423

个人信息

  • 赞了说说
    Quitters never win and winners never quit.
  • 发表了说说
    Quitters never win and winners never quit.
  • 赞了回答

    public function safeDown()
    {
        $this->dropTable('{{%tableName}}');
    }
    

    删除掉,再migrate/create一个
    safeUp方法如下

    public function safeUp()
    {
        $this->createTable('{{%tableName}}', [
            'id' => $this->primaryKey(),
            'title' => $this->string(100)->defaultValue('')->notNull()->comment('公告标题'),
            'content' => $this->text()->comment('公告内容'),
            'lang' => $this->string('20')->comment('标题语言'),
            'create_at' => $this->timestamp()->comment('创建时间'),
            'update_at' => $this->timestamp()->comment('更新时间'),
            'close_at' => $this->timestamp()->comment('结束时间'),
            ], 'CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB');
        }
    }
    
  • public function safeDown()
    {
        $this->dropTable('{{%tableName}}');
    }
    

    删除掉,再migrate/create一个
    safeUp方法如下

    public function safeUp()
    {
        $this->createTable('{{%tableName}}', [
            'id' => $this->primaryKey(),
            'title' => $this->string(100)->defaultValue('')->notNull()->comment('公告标题'),
            'content' => $this->text()->comment('公告内容'),
            'lang' => $this->string('20')->comment('标题语言'),
            'create_at' => $this->timestamp()->comment('创建时间'),
            'update_at' => $this->timestamp()->comment('更新时间'),
            'close_at' => $this->timestamp()->comment('结束时间'),
            ], 'CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB');
        }
    }
    
  • 回复了 的说说
    人生应该如蜡烛一样,从顶燃到底,一直都是光明的。
    干了这碗鸡汤
  • 赞了说说
    人生应该如蜡烛一样,从顶燃到底,一直都是光明的。
  • 2018-06-27 已签到
    连续签到9天,获得了20个金钱
  • 赞了说说
    😄 可以发表情包啦!
  • 2018-06-26 已签到
    连续签到8天,获得了20个金钱
副总裁 等级规则
5423/10000
资料完整度
80/100
用户活跃度
0/100

Ta的关注

14

Ta的粉丝

4

Ta的访客

43