We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f6f71 commit dae4c8aCopy full SHA for dae4c8a
app/code/Magento/LoginAsCustomer/etc/db_schema.xml
@@ -7,7 +7,7 @@
7
-->
8
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
10
- <table name="login_as_customer" resource="default" engine="innodb" comment="Magento Login As Customer Table">
+ <table name="login_as_customer" resource="default" engine="innodb" comment="Magento Login as Customer Table">
11
<column xsi:type="varchar" name="secret" nullable="false" length="64" comment="Login Secret"/>
12
<column xsi:type="int" name="customer_id" nullable="false" comment="Customer ID"/>
13
<column xsi:type="int" name="admin_id" nullable="false" comment="Admin ID"/>
0 commit comments