v1.0.3
In order to work with partitions, PostgreSQL requires tables to be created as "partitioned table", and it's impossible to convert a regular table into a partitioned one. Solutions on the internet show that people use raw queries to make their tables when they are using Laravel and PostgreSQL. They lose the beauty of Laravel and its features. With this package, users can use the new Schema static method to create their partitioned table.