178 BRaw
| 1 | -- Free-form profile text shown on /{handle}. Nullable: a profile without one renders |
| 2 | -- without the section rather than with an empty one. |
| 3 | alter table orgs add column bio text; |
| 1 | -- Free-form profile text shown on /{handle}. Nullable: a profile without one renders |
| 2 | -- without the section rather than with an empty one. |
| 3 | alter table orgs add column bio text; |