Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| sql:ddl [2021/02/16 12:28] – [Modify Table Structure] jmerari | sql:ddl [2021/05/04 17:56] (current) – [PostgreSQL] jmerari | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| ==== MySQL ==== | ==== MySQL ==== | ||
| ==== PostgreSQL ==== | ==== PostgreSQL ==== | ||
| + | < | ||
| + | alter table t_friend_relation rename column friend_ui to friend_uid; | ||
| + | </ | ||
| ==== MSSQL ==== | ==== MSSQL ==== | ||
| < | < | ||