<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									laravel 8 - Syntax error or access violation: 1071 Specified key was too long - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/laravel-8-syntax-error-or-access-violation-1071-specified-key-was-too-long/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 08 Mar 2026 13:54:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Odpowiedź na: laravel 8 - Syntax error or access violation: 1071 Specified key was too long</title>
                        <link>https://muszak.eu/community/bugoverflow/laravel-8-syntax-error-or-access-violation-1071-specified-key-was-too-long/#post-905</link>
                        <pubDate>Mon, 02 Aug 2021 10:09:26 +0000</pubDate>
                        <description><![CDATA[edit config/database.php
inside &quot;mysql&quot; object find

&#039;engine&#039; =&gt; null,

modify this line

&#039;engine&#039; =&gt; &#039;InnoDB ROW_FORMAT=DYNAMIC&#039;,

or

&#039;engine&#039; =&gt; &#039;InnoDB&#039;,]]></description>
                        <content:encoded><![CDATA[<ol>
<li>edit config/database.php</li>
<li>inside "mysql" object find</li>
<li>
<pre contenteditable="false">'engine' =&gt; null,</pre>
</li>
<li>modify this line</li>
<li>
<pre contenteditable="false">'engine' =&gt; 'InnoDB ROW_FORMAT=DYNAMIC',</pre>
</li>
<li>or</li>
<li>
<pre contenteditable="false">'engine' =&gt; 'InnoDB',</pre>
</li>
</ol>
<p> </p>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/laravel-8-syntax-error-or-access-violation-1071-specified-key-was-too-long/#post-905</guid>
                    </item>
				                    <item>
                        <title>laravel 8 - Syntax error or access violation: 1071 Specified key was too long</title>
                        <link>https://muszak.eu/community/bugoverflow/laravel-8-syntax-error-or-access-violation-1071-specified-key-was-too-long/#post-904</link>
                        <pubDate>Mon, 02 Aug 2021 10:07:18 +0000</pubDate>
                        <description><![CDATA[SQLSTATE: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))]]></description>
                        <content:encoded><![CDATA[<pre contenteditable="false"> SQLSTATE: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))</pre>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/laravel-8-syntax-error-or-access-violation-1071-specified-key-was-too-long/#post-904</guid>
                    </item>
							        </channel>
        </rss>
		