Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

migration to create a gender in the database table

Schema::table('users', function(Blueprint $table) {
 $table->string('gender')->after('age');
 });
Source by crazytechspirit.wordpress.com #
 
PREVIOUS NEXT
Tagged: #migration #create #gender #database #table
ADD COMMENT
Topic
Name
6+3 =