All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.changelogs.v1_30_3.schema.yml Maven / Gradle / Ivy

There is a newer version: 3.9.2
Show newest version
databaseChangeLog:
    - changeSet:
        id: 1.30.3
        author: GraviteeSource Team
        changes:
          - createTable:
              tableName: alert_events
              columns:
                - column: {name: id, type: nvarchar(64), constraints: { nullable: false, primaryKey: true } }
                - column: {name: alert, type: nvarchar(64), constraints: { nullable: false } }
                - column: {name: message, type: nvarchar(4000), constraints: { nullable: true } }
                - column: {name: created_at, type: timestamp(6), constraints: { nullable: false } }
                - column: {name: updated_at, type: timestamp(6), constraints: { nullable: true } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy