Knex seeding - is it allowed to append inside a table itself?

前端 未结 0 908
再見小時候
再見小時候 2020-12-02 17:55

My database migration schema looks like this:

        table.increments(\'id\').notNullable();
        table.string(\'username\').unique().notNullable();
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题