// this up() migration is auto-generated, please modify it to your needs
$this->addSql('CREATE TABLE profildecotisation (id CHAR(36) NOT NULL COMMENT \'(DC2Type:uuid)\', maxPercevableMensuel INT NOT NULL, tauxCotisation NUMERIC(10, 4) NOT NULL, name VARCHAR(150) NOT NULL, slug VARCHAR(150) NOT NULL, content LONGTEXT DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, enabled TINYINT(1) NOT NULL, UNIQUE INDEX UNIQ_386FBA47989D9B62 (slug), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_general_ci` ENGINE = InnoDB');