Posts by Natanael Veloso • 36 points
2 posts
-
1
votes1
answer121
viewsA: How to differentiate static types from dynamic types?
All right, let’s go. Static types are defined at the time the code is written and checked at compile time, and do not allow values that do not fit the defined type to be assigned. For example, a…
-
1
votes2
answers26
viewsA: Enum date trucate
For the row in the column definition: `diaReunioes` enum('Segunda',' Terça',' Quarta',' Quinta',' Sexta',' Sábado',' Domingo') NOT NULL DEFAULT 'Segunda', I see that there are spaces in the…