Welcome Guest, Not a member yet? Register   Sign In
is this migration bug?
#1

i just create migration by using CLI command

Code:
php spark migrate:create MoveFrameworkVersion

and look like everything work fine

Code:
C:\Users\pakkapon\Documents\Github\kotatsu-ci4>php spark migrate:create MoveFrameworkVersion

CodeIgniter CLI Tool - Version 4.0.0-alpha.3 - Server-Time: 2018-12-09 03:55:38am

Created file: App/Database/Migrations/20181209035538_MoveFrameworkVersion.php


but when i have to run migration using comamnd

Code:
php spark migrate:version 20181209035538

and error occur

Code:
C:\Users\pakkapon\Documents\Github\kotatsu-ci4>php spark migrate:version 20181209035538

CodeIgniter CLI Tool - Version 4.0.0-alpha.3 - Server-Time: 2018-12-09 03:56:01am

Migrating to version 20181209035538...
An uncaught Exception was encountered

Type:        TypeError
Message:     Argument 1 passed to CodeIgniter\Database\MigrationRunner::version() must be of the type integer, string given, called in C:\Users\pakkapon\Documents\Github\kotatsu-ci4\system\Commands\Database\MigrateVersion.php on line 129
Filename:    C:\Users\pakkapon\Documents\Github\kotatsu-ci4\system\Database\MigrationRunner.php
Line Number: 189

even i don't chance any line of code after create migration file. i still get this error? how can i fixed it?

PS. This is my pc info

 - OS: Windows 10 (1809)
 - Web server: Apache 2.4.34
 - PHP version:  7.1.20

Thank you.
Reply


Messages In This Thread
is this migration bug? - by pureexe - 12-09-2018, 03:12 AM
RE: is this migration bug? - by InsiteFX - 12-09-2018, 09:51 AM
RE: is this migration bug? - by pureexe - 12-09-2018, 08:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB