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 9f53f7b commit 4700ab7Copy full SHA for 4700ab7
etc/db_schema.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
4
- <table name="graycore_graphql_log" resource="default" engine="innodb" comment="">
+ <table name="graycore_graphql_log" resource="default" engine="innodb">
5
<column xsi:type="int" name="log_id" unsigned="true" nullable="false" identity="true" />
6
<column xsi:type="varchar" name="hash" nullable="false" length="64" />
7
<column xsi:type="varchar" name="method" nullable="false" length="4" />
0 commit comments