LazyRecord\Command\DbCommand::init PHP 메소드

init() 공개 메소드

public init ( )
    public function init()
    {
        $this->command('create');
        $this->command('recreate');
        $this->command('drop');
    }