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
22696224
"resources/views/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "da6655c998e96d47917be7f4d946fc833530c49f"
Commit
22696224
authored
Mar 11, 2022
by
alissonalbuquerque
Browse files
add user migration
parent
533ae3ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/migrations/2014_10_12_000000_create_users_table.php
View file @
22696224
...
@@ -22,7 +22,6 @@ class CreateUsersTable extends Migration
...
@@ -22,7 +22,6 @@ class CreateUsersTable extends Migration
$table
->
string
(
'password'
);
$table
->
string
(
'password'
);
$table
->
string
(
'document'
);
$table
->
string
(
'document'
);
$table
->
tinyInteger
(
'status'
);
$table
->
tinyInteger
(
'status'
);
$table
->
tinyInteger
(
'unidade'
);
$table
->
rememberToken
();
$table
->
rememberToken
();
$table
->
timestamps
();
$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