<?xml version="1.0"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
  <table name="mst_dashboard_board" resource="default" engine="innodb" comment="mst_dashboard_board">
    <column xsi:type="int" name="board_id" padding="11" unsigned="false" nullable="false" identity="true" comment="Board Id"/>
    <column xsi:type="varchar" name="title" nullable="false" length="255" comment="Title"/>
    <column xsi:type="int" name="is_default" padding="11" unsigned="false" nullable="false" identity="false" default="0" comment="Is Default"/>
    <column xsi:type="varchar" name="type" nullable="false" length="255" comment="Type"/>
    <column xsi:type="int" name="user_id" padding="11" unsigned="false" nullable="true" identity="false" comment="User ID"/>
    <column xsi:type="text" name="widgets_serialized" nullable="false" comment="Widgets Serialized" disabled="true"/>
    <column xsi:type="varchar" name="date_range" nullable="true" length="255" comment="Date Range" default="month"/>
    <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP" comment="Created At"/>
    <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" comment="Updated At"/>
    <column xsi:type="int" name="is_mobile_enabled" padding="10" unsigned="true" nullable="false" identity="false" default="0" comment="Is Mobile Enabled"/>
    <column xsi:type="int" name="is_mobile_frontend" padding="10" unsigned="true" nullable="false" identity="false" default="0" comment="Is Mobile Frontend Enabled"/>
    <column xsi:type="varchar" name="mobile_token" nullable="false" length="255" default="" comment="Mobile Token"/>
    <column xsi:type="varchar" name="identifier" nullable="true" length="255" comment="Identifier"/>
    <column xsi:type="text" name="blocks_serialized" nullable="true" comment="Blocks"/>
    <constraint xsi:type="primary" referenceId="PRIMARY">
      <column name="board_id"/>
    </constraint>
  </table>
</schema>
