Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel migration column type json

//The json method creates a JSON equivalent column:
$table->json('options');
//jsonb() The jsonb method creates a JSONB equivalent column:
$table->jsonb('options');
 
PREVIOUS NEXT
Tagged: #laravel #migration #column #type #json
ADD COMMENT
Topic
Name
9+8 =