Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ikristher's full-sized avatar

Kristher Vidal ikristher

View GitHub Profile
@ikristher
ikristher / 2016_09_20_112502_create_meta_datas_table.php
Last active April 19, 2023 21:23
Polymorphic Metadata Relationships in Laravel
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateMetaDatasTable extends Migration
{
/**
* Run the migrations.
*