Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-micro
Commits
76528460
Commit
76528460
authored
May 06, 2021
by
王源
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改生产迁移文件名规则
parent
3ab5ba76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
MakeModelCommand.php
src/Command/MakeModelCommand.php
+2
-2
No files found.
src/Command/MakeModelCommand.php
View file @
76528460
...
...
@@ -924,7 +924,7 @@ class MakeModelCommand extends HyperfCommand
$table
=
$this
->
table
;
$className
=
"Create"
.
Str
::
studly
(
$table
)
.
"Table"
;
$file
=
$folder
.
"/"
.
$this
->
getDatePrefix
()
.
"_
"
.
$this
->
tableIndex
.
"_
create_"
.
$table
.
"_table.php"
;
$file
=
$folder
.
"/"
.
$this
->
getDatePrefix
()
.
"_create_"
.
$table
.
"_table.php"
;
$content
=
file_get_contents
(
$stubFile
);
$info
=
$this
->
currentTableStructure
;
$attributes
=
[];
...
...
@@ -1142,7 +1142,7 @@ class MakeModelCommand extends HyperfCommand
*/
private
function
getDatePrefix
()
:
string
{
return
date
(
'Y_m_dHis'
);
return
date
(
'Y_m_d
_
His'
);
}
public
function
configure
()
...
...
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