We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeIgniter CLI Tool - Version 4.0.0-beta.3 - Server-Time: 2019-06-26 11:05:40am
Migrating to version 002...
my code public function up() { $this->forge->addField( [ . . ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CodeIgniter CLI Tool - Version 4.0.0-beta.3 - Server-Time: 2019-06-26 11:05:40am
Migrating to version 002...
Field information is required.
/home/siagian/Workspaces/ci4/serelib/vendor/codeigniter4/framework/system/Database/Forge.php - 466
in file Forge.php line 466
if (count($this->fields) === 0)
{
throw new \RuntimeException('Field information is required.');
}
my code
public function up()
{
$this->forge->addField(
[
.
.
]
}
The text was updated successfully, but these errors were encountered: