Advertisement
fadlyshafa

Untitled

Feb 5th, 2020
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. ....
  2. public function up()
  3.     {
  4.         Schema::table('users', function (Blueprint $table) {
  5.             $table->string('id_registrasi',40)->after('email');
  6.         });
  7.     }
  8. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement