Skip to content

migrations is created even though the default value is the same #121

@avp90

Description

@avp90

Database

CREATE DATABASE IF NOT EXISTS test;
CREATE TABLE `contacts_cstm` (
  `id_c` char(36) NOT NULL,
  `gic_skype_call_c` varchar(255) DEFAULT 'skype:{gic_skype_name_c}?call',
  PRIMARY KEY (`id_c`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8

new migration

command params: --include=up --type=schema

ALTER TABLE `contacts_cstm` CHANGE `gic_skype_call_c` `gic_skype_call_c` varchar(255) DEFAULT 'skype:{gic_skype_name_c}?call';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions