杭州市委办项管
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
204B

  1. CREATE TABLE PUBLIC.FLW_EV_DATABASECHANGELOGLOCK (
  2. ID int8 NOT NULL,
  3. LOCKED bool NOT NULL,
  4. LOCKGRANTED timestamp,
  5. LOCKEDBY VARCHAR(255),
  6. CONSTRAINT FLW_EV_DATABASECHANGELOGLOCK_PK PRIMARY KEY (ID)
  7. );