I want to create a table like base_table with below columns –
id, created_at, created_by.
and for all other tables, I want created_at and create_by columns available through inheritance.
I don’t want to create these common columns in all other tables.
Go to Source
Author: zeeshank1