Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f41ce6e8
authored
Jun 30, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#19498 Снхронизация объявлений с целевыми
1 parent
c343e63f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
database/migrations/2021_06_30_103807_change_advertisements_column_nullable.php
database/migrations/2021_06_30_103807_change_advertisements_column_nullable.php
View file @
f41ce6e
...
...
@@ -13,7 +13,7 @@ class ChangeAdvertisementsColumnNullable extends Migration
*/
public
function
up
()
{
Schema
::
creat
e
(
'advertisements'
,
function
(
Blueprint
$table
)
{
Schema
::
tabl
e
(
'advertisements'
,
function
(
Blueprint
$table
)
{
$table
->
bigInteger
(
'campaign_id'
)
->
unsigned
()
->
nullable
();
$table
->
bigInteger
(
'ad_group_id'
)
->
unsigned
()
->
nullable
();
});
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment