What is the professional Laravel convention for naming database tables created by Eloquent models?
-
A
PascalCase singular matching the model name
-
B
snake_case plural of the model name
-
C
camelCase plural of the model name
-
D
UPPERCASE singular of the model name