Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

change varchar limit in migration file.

Schema::create('posts', function (Blueprint $table) {
 	 $table->string('title', 50);
	});
Source by www.itsolutionstuff.com #
 
PREVIOUS NEXT
Tagged: #change #varchar #limit #migration
ADD COMMENT
Topic
Name
4+9 =