def forwards(self, orm):
        
        # Adding model 'BillOfLading'
        db.create_table('crs_billoflading', (
            ('id', self.gf('django.db.models.fields.AutoField')(primary_key=True)),