Pieter Hordijk

Results 41 issues of Pieter Hordijk

Currently the data type is required for the `changeColumn` method. This should probably just be optional as you may want to change just the column options. Another related thing is...

We should at least support comments on: - [x] tables - [ ] columns - [ ] constraints - [ ] indexes

For example when changing a column for bigserial to serial it should instead be converted to integer instead.

bug

```php $table->addIndex('users_name', 'name')->concurrently(); ``` ```php $table->addIndex('users_name', 'name')->where("name = 'foobar'"); ```

```php $this->createTable('users', function (Table $table) {})->setOwner('owner_name'); ```

Currently the type declaration of `Column::default()` is mixed. We instead should return Typed columns so we can declare the types on the default

The following ini directives have been added and are missing translations: - `config.opcache.mmap_base` - `config.opcache.mmap_base.description` - `config.opcache.restrict_api` - `config.opcache.restrict_api.description` - `config.opcache.file_update_protection` - `config.opcache.file_update_protection.description` - `config.opcache.huge_code_pages` - `config.opcache.huge_code_pages.description` - `config.opcache.lockfile_path` -...

Setup a roadmap for features for the next major version (2.0)

Feedback
discussion