Skip to content

Commit f0c8289

Browse files
committed
docs: fix description for Timestamp Format
1 parent 487ec6d commit f0c8289

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/Config/Migrations.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ class Migrations extends BaseConfig
4444
* using the CLI command:
4545
* > php spark migrate:create
4646
*
47-
* Typical formats:
47+
* Note: if you set an unsupported format, migration runner will not find
48+
* your migration files.
49+
*
50+
* Supported formats:
4851
* - YmdHis_
4952
* - Y-m-d-His_
5053
* - Y_m_d_His_

0 commit comments

Comments
 (0)