Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

migrate to an existing table in laravel commad

public function up()
{
    Schema::table('users', function($table) {
        $table->integer('paid');
    });
}
Source by www.edureka.co #
 
PREVIOUS NEXT
Tagged: #migrate #existing #table #laravel #commad
ADD COMMENT
Topic
Name
5+2 =