mirror of https://github.com/LemmyNet/lemmy.git
3 lines
104 B
MySQL
3 lines
104 B
MySQL
|
create view person_alias_1 as select * from person;
|
||
|
create view person_alias_2 as select * from person;
|