mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
change column type to string
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ return new class extends Migration
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('nodes', function (Blueprint $table) {
|
||||
$table->text('daemon_sftp_alias')->nullable()->after('daemon_sftp');
|
||||
$table->string('daemon_sftp_alias')->nullable()->after('daemon_sftp');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user