Update snowflake migration

pull/1014/head
Daniel Supernault 6 years ago
parent 00bcf53045
commit b141b23a3f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -6,6 +6,11 @@ use Illuminate\Database\Migrations\Migration;
class AddSnowflakeidsToUsersTable extends Migration
{
public function __construct()
{
DB::getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');
}
/**
* Run the migrations.
*

Loading…
Cancel
Save