Q. Which property is mandatory in a custom model? (A) $primary_key (B) $table_name (C) $columns (D) $schema ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) $table_name Explanation: Table name must be defined for model to work.