DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
6+3 =
Submit