| Server IP : 93.115.150.27 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux host2.azar.host 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : dorfakkh ( 1797) PHP Version : 8.1.34 Disable Function : show_source, system, passthru, exec, popen, proc_open, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib/python3.7/site-packages/alembic/ddl/__pycache__/ |
Upload File : |
B
�M!V$ � @ s� d dl Z d dlmZ d dlmZmZ d dlmZ d dlmZ ddl
mZ ddlm
Z
mZmZmZmZ ejrvd d lmZ G d
d� de�ZG dd
� d
e�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Zee�dd� �Zee�dd� �Zee�d d!� �Z ee�d"d#� �Z!ee�d$d%� �Z"ee�d&d'� �Z#ee�d(d)� �Z$d*d+� Z%d,d-� Z&d.d/� Z'd0d1� Z(d2d3� Z)d4d5� Z*d6d7� Z+d8d9� Z,d:d;� Z-dS )<� N)�compiles)�
DDLElement�Column)�Integer)�types� )�util)�_table_for_constraint�_columns_for_constraint�_fk_spec�_is_type_bound�
_find_columns)�quoted_namec @ s e Zd ZdZddd�ZdS )�
AlterTablez�Represent an ALTER TABLE statement.
Only the string name and optional schema name of the table
is required, not a full Table object.
Nc C s || _ || _d S )N)�
table_name�schema)�selfr r � r �A/opt/alt/python37/lib/python3.7/site-packages/alembic/ddl/base.py�__init__ s zAlterTable.__init__)N)�__name__�
__module__�__qualname__�__doc__r r r r r r s r c s e Zd Zd� fdd� Z� ZS )�RenameTableNc s t t| �j||d� || _d S )N)r )�superr r �new_table_name)r Zold_table_namer r )� __class__r r r "