Advertisement
fadlyshafa

Untitled

Oct 20th, 2020
2,021
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. ....
  2. public function up()
  3.     {
  4.         Schema::create('links', function (Blueprint $table) {
  5.             $table->id();
  6.             $table->text('kode');
  7.             $table->text('href');
  8.             $table->timestamps();
  9.         });
  10.     }
  11. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement