There are interesting column types for migrations, here are a few examples.
1$table->geometry('positions');2$table->ipAddress('visitor');3$table->macAddress('device');4$table->point('position');5$table->uuid('id');
See all column types on the official documentation.