Max Identifier Length Is 63 Bytes
> alter table articles
add constraint this_constraint_is_going_to_be_longer_than_sixty_three_characters_id_idx
check (char_length(title) > 0);
NOTICE: identifier "this_constraint_is_going_to_be_longer_than_sixty_three_characters_id_idx" will be truncated to "this_constraint_is_going_to_be_longer_than_sixty_three_characte"
ALTER TABLELast updated