Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
pad-upe
Commits
29e8adfd
"resources/views/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "6037d10bbdba19276e4f5d120d60992601227063"
Commit
29e8adfd
authored
Mar 11, 2022
by
alissonalbuquerque
Browse files
add chaves estrangeiras de curso e unidade'
parent
665a1d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/migrations/2014_10_12_000000_create_users_table.php
View file @
29e8adfd
...
...
@@ -22,6 +22,8 @@ class CreateUsersTable extends Migration
$table
->
string
(
'password'
);
$table
->
string
(
'document'
);
$table
->
tinyInteger
(
'status'
);
$table
->
foreignId
(
'curso_id'
)
->
nullable
();
$table
->
foreignId
(
'unidade_id'
)
->
nullable
();
$table
->
rememberToken
();
$table
->
timestamps
();
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment