Skip to content

Commit

Permalink
ddl for table
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Nov 1, 2020
1 parent b4a3891 commit 9cdb303
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,11 @@ create table IF NOT EXISTS `hlm_auth_ext`(
`auth_ext_id` bigint NOT NULL AUTO_INCREMENT PRIMARY KEY,
`uuid` varchar(64) NOT NULL,
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
```

### show ddl, ddl for table, ddl table
```
SHOW CREATE TABLE yourTableName;
```

### subquery returns more than one row
Expand Down

0 comments on commit 9cdb303

Please sign in to comment.