LiquiBase的注释

<createTable tableName="Role_" remarks="角色表">
            <column name="uuid_" type="VARCHAR(40)" remarks="唯一标识">
                <constraints nullable="false"/>
            </column>
            <column name="roleId" type="number(30,0)" remarks="角色ID">
                <constraints nullable="false"/>
            </column>
            <column name="companyId" type="number(30,0)" remarks="公司ID">
                <constraints nullable="false"/>
            </column>
            <column name="userId" type="number(30,0)" remarks="创建用户">
                <constraints nullable="false"/>

            </column>

</createTable>





相关文章:

  • 2021-10-21
  • 2021-06-05
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-07-06
  • 2021-09-29
  • 2022-01-16
  • 2021-11-10
  • 2021-11-18
  • 2021-09-24
相关资源
相似解决方案